Opened 10 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 Changed 10 years ago by
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6269]) References #1751: Platform-specific files should not have svn:eol-style=native
Set
svn:eol-style
on all BAT and SH files.