[Zope3-dev] RFC: Don't need $Id$ string any more

Baiju M mbaiju at zeomega.com
Thu Jul 5 08:46:27 EDT 2007


Jim Fulton wrote:
>
>  I originally wanted $Id$ RCS keywords in module doc strings so that
>  we could create tools that determined run-time version information.
>  Unfortunately, subversion makes using this a bit difficult, as it
>  doesn't update this information by default.

If you add the following lines to svn configuration (~/.subversion/config) ,
all new Python files will get that property.

[miscellany]
enable-auto-props = yes
[auto-props]
*.py = svn:keywords=Id # enable id for Python files

Regards,
Baiju M




More information about the Zope3-dev mailing list