SVN Id Tags
Friday, October 29th, 2004I discovered that $Id$ tags doesn’t work in SVN by default. You need to add the following properties to the file you want the tags to be replaced:
$ svn propset svn:keywords Id “filename”
Alternatively you could enable it in the svn config file by modifying the following lines, but this would only work for files added [...]