Opened 11 years ago

Closed 10 years ago

#1751 closed defect (fixed)

Platform-specific files should not have svn:eol-style=native

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.3
Component: install Version:
Keywords: Cc:

Description

Eg, all Unix shell scripts should be set to svn:eol-style=LF and Windows-specific files should be set to svn:eol-style=CRLF.

While this usually doesn't matter for someone that checks out their own code from subversion, there is an issue if a BASE release is made from Windows, since then the Unix shell scripts will contain CRLF line endings.

Change History (3)

comment:1 by Nicklas Nordborg, 11 years ago

(In [6269]) References #1751: Platform-specific files should not have svn:eol-style=native

Set svn:eol-style on all BAT and SH files.

comment:2 by Nicklas Nordborg, 11 years ago

(In [6330]) References #1751: Platform-specific files should not have svn:eol-style=native

Configuration files are now using LF as line endings.

comment:3 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.