[Codenarc-developer] Use of svn:keywords in CodeNarc source files
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2011-04-14 00:52:19
|
Hamlet (or anyone), Do you think there is value in the @version tag in the class javadocs - that pulls in the SVN file revision # and date? Right now I have to remember to set svn:keywords on (all) new files through IDEA, which is a pain. Any problem with me not doing that anymore and us removing that line from the existing javadoc when we come across them? e.g. /** * ... * @author Chris Mair * @version $Revision: 635 $ - $Date: 2011-03-05 14:33:52 -0500 (Sat, 05 Mar 2011) $ // THIS LINE */ Thanks. Chris |