Opened 12 years ago
Closed 11 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 , 12 years ago
comment:2 by , 11 years ago
comment:3 by , 11 years ago
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.