How to automatically add SVN commit messages and revision numbering to java file?
- by John
I'm working on an Apache Wicket project in Eclipse with Maven2 -- my SCM is Subversion. I've got Subclipse set up which I use to commit changes to the repository.
I've seen several projects with nice headers containing the current revision number and at the bottom of the java source file there's a list of all the changes that have been committed…