[Baypiggies] Subversion file tagging

Benjamin Sergeant bsergean at gmail.com
Wed Apr 4 17:34:21 CEST 2007


And as it's super fun to type here are some aliases that will save you
some typing :)

alias svnrcs='svn propset svn:keywords Id'
alias svnexec='svn propset svn:executable ON'

Benjamin.

On 4/3/07, wesley chun <wescpy at gmail.com> wrote:
> > 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
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
>


More information about the Baypiggies mailing list