Project

General

Profile

Actions

Defect #13

closed

Files in repository have Windows-style line endings

Added by Jonathan Dance about 17 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

All files in the repository have Windows-style line endings (\r\n) - they should have svn:eol-style set to "native"
so that this is not an issue for those users who try to view the source on other operating systems.

The easy way to apply this change is as such:

/redmine $ find . | grep rb$ | xargs svn propset svn:eol-style native
/redmine $ find . | grep rhtml$ | xargs svn propset svn:eol-style native

Actions

Also available in: Atom PDF