+1 to remove it, we can see the file version by checking the file svn property.

On 2/16/11 10:11 PM, Claus Ibsen wrote:
Hi

Many of the Java files in Camel source code have $revision$ tags.

I propose we remove those. It makes comparing branches and files more tricky.
And the git people told me it also makes some problem there as well.

We got this nice command to remove them

find . -name '*.java' | xargs perl -p -i -e 's/(\@version
+)?\$Revision: *[0-9]+ *\$//g'





--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang

Reply via email to