I set the svn:eol-style property on the text files in svn.
Accidentally I set it on every file first (including binaries) therefore I will need to revert this commit (6341).
Can all commiters add the following to there subversion config file please:
[miscellany] enable-auto-props = yes [auto-props] *.java = svn:eol-style=native;svn:keywords=Author Revision Id *.jsp = svn:eol-style=native;svn:keywords=Author Revision Id *.js = svn:eol-style=native;svn:keywords=Author Revision Id *.html = svn:eol-style=native;svn:keywords=Author Revision Id *.xml = svn:eol-style=native;svn:keywords=Author Revision Id *.css = svn:eol-style=native;svn:keywords=Author Revision Id ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
