Different OS use different line terminators. To avoid bogus diffs, Subversion provides the setting
svn:eol-style=native to normalize the file contents on the server side. Clients should be configured to set this property automatically for new files via the auto-props feature. You could consider to add something like the
Apache SVN Config
or the
Maven SVN Config
to your
Best Practices
.
Forget to mention: The patch also removes svn:executable from the sources which is nonsense.