Issue Details (XML | Word | Printable)

Key: IZPACK-54
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Julien Ponge
Reporter: Benjamin Bentmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IzPack

Set svn:eol-style=native on text files

Created: 12/Apr/08 04:32 PM   Updated: 19/Apr/08 07:59 AM   Resolved: 19/Apr/08 07:59 AM
Return to search
Component/s: Public infrastructures
Affects Version/s: None
Fix Version/s: 4.0.0

Time Tracking:
Not Specified

File Attachments: 1. Text File svn-eol-style.patch (167 kB)


Patch Submitted: Yes


 Description  « Hide

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.



Benjamin Bentmann added a comment - 12/Apr/08 05:21 PM

Forget to mention: The patch also removes svn:executable from the sources which is nonsense.


Julien Ponge added a comment - 13/Apr/08 02:41 PM

Good catch!