I've made a migration of VSS to SVN, it's great !
But a feature still miss, VSS can add informations in header file when someone commit a text file, like the license of the software, author, revision number, date ...
License is possible to add by hand, it not change often :p
But autor, revision and date change at every commit.
It's possible to search/replace in the first commentary block (in a java file for exemple) those words :
Code: Select all
/*
* $Author: NicoA308 $
* $Revision: 30 $
* $Date: 16/04/08 09:01 $
*/