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 th

'*.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? --