To enable keyword substitution that will give the tag info, give the command: svn propset:keywords "URL" foo.c where foo.c is the name of a file in the SVN repository
(doc). will become, after giving the command svn commit, for example:static char *url = "$URL:"; static char *url = "$URL: http:/blah.com/svn/trunk/foo.c $";
A way to get a complete list of tags is the svn command: svn ls --verbose http://blah.com/svn/trunk/ |