[hibernate-dev] SVN keywords

Hardy Ferentschik hibernate at ferentschik.de
Sun Jun 3 13:21:42 EDT 2007


Sorry for sending this first to the wrong person. It was actually supposed  
for the mailing list :)

To enable keyword substitution on all Java files I would do something like  
this from the command line:

find . -name "*.java" | xargs svn propset svn:keywords "Id"

This should fix up all the java files.
If you are using some sort of IDE (subclipse, smartsvn, ...) you should be  
able to select somehow multiple files and then set the svn:keywords  
property.

http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.advanced.props.special.keywords

--Hardy




More information about the hibernate-dev mailing list