Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-17 Thread Hadrian Zbarcea
There is enough consensus :). Just go for it. Hadrian On Feb 16, 2011, at 7:19 PM, Willem Jiang wrote: +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

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-17 Thread Hiram Chirino
I just did a similar thing for ActiveMQ, If there were actually a couple of variations need to hand the other svn keyword tags. Gotta dig for them in my bash history. If you don't get to it before I do, I'll apply them to the source tree. Regards, Hiram FuseSource Web: http://fusesource.com/

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-17 Thread Claus Ibsen
Hi On Fri, Feb 18, 2011 at 1:45 AM, Hiram Chirino hi...@hiramchirino.com wrote: I just did a similar thing for ActiveMQ, If there were actually a couple of variations need to hand the other svn keyword tags.  Gotta dig for them in my bash history.  If you don't get to it before I do, I'll

[DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Claus Ibsen
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

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Tracy Snell
+1 Never really been useful for me. On Feb 16, 2011, at 6:11 AM, 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

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Hadrian Zbarcea
+1 On Feb 16, 2011, at 9:11 AM, 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

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Christian Müller
+1 I would also like to see it removed...

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Jean-Baptiste Onofré
+1 Regards JB On 02/16/2011 08:25 PM, Hadrian Zbarcea wrote: +1 On Feb 16, 2011, at 9:11 AM, 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

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Willem Jiang
+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

Re: [DISCUSS] - Removing $revision$ tags from source code

2011-02-16 Thread Claus Ibsen
Hi I have created a ticket https://issues.apache.org/jira/browse/CAMEL-3676 Does anyone know if the regexp could be improved to remove the source code line, instead of replacing it with empty content? eg I am looking for a \XXX to indicate remove the line. On Wed, Feb 16, 2011 at 3:11 PM,