Set svn properties in all text files
------------------------------------
Key: AMQ-717
URL: https://issues.apache.org/activemq/browse/AMQ-717
Project: ActiveMQ
Type: Improvement
Reporter: Carlos Sanchez
Could you run this script?
for f in `find . -type f -iname *.xml` ; do
svn propset svn:eol-style native $f
svn propset svn:keywords "\"Author Date Id Revision\"" $f
done
it'd be the same for java, txt, ... files
To make svn do it automatically check
http://maven.apache.org/guides/development/guide-m2-development.html
"Subversion Configuration"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira