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

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to