[Zope3-dev] Set 'svn:keywords Id' to *.py files

Baiju M baiju.m.mail at gmail.com
Thu Oct 19 09:54:49 EDT 2006


Hi all,
         Few weeks back when I added a new file I forgot to set
'svn:keywords Id',
but I added '$Id$' in that file.  I thought there will be few more
files like that,
so I tried this command:
 $ find . -name "*.py"|xargs grep "\$Id[\:|\s*\$]" | cut -f 1 -d
":"|xargs svn ps svn:keywords Id

then:
  $ svn diff | grep "svn:keywords" |wc -l
  233

I run the tests, all passed.  So, can I commit this?
Here is the diff:
  http://zissue.berlios.de/z3/keywords.diff

Regards,
Baiju M


More information about the Zope3-dev mailing list