'*.java ident' considered harmful

2011-03-04 Thread Jesse Glick
Is this line in .gitattributes for Maven 3 sources really necessary? Using $Id$ is ugly; right now seeing if I can work around a status bug in the NetBeans Git 
integration caused by it. Wouldn't it be better to just delete $Id$ from those SVN sources where it appears?



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: '*.java ident' considered harmful

2011-03-04 Thread Benjamin Bentmann

Jesse Glick wrote:


Is this line in .gitattributes for Maven 3 sources really necessary?


This configuration exists to keep Git and SVN in sync about file 
modifications.



Wouldn't it be better to just delete $Id$ from those SVN sources where it 
appears?


As long as somebody else provides the patch, that's fine with me, I 
don't have a strong feeling for those keyword expansions. Not sure how 
others feel about them.



Benjamin

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org