[Baypiggies] Subversion file tagging

wesley chun wescpy at gmail.com
Wed Apr 4 03:51:07 CEST 2007


> In order to get it to work on svn you need to set properties on the file to
> accept specific keywords
>
> You can use the special keywords like Id, Author ... similar to cvs, the
> differance is that you need to enable the properties on svn.
> http://svnbook.red-bean.com/en/1.0/ch07s02.html


in particular, here is my incantation for enabling the "Id" RCS/CVS
keyword on file xxx.py:

$ svn propset svn:keywords Id xxx.py

-wesley


More information about the Baypiggies mailing list