Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0
-
Component/s: Public infrastructures
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
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.