Bug #707
Use SVN eol-style LF on all files
Start date:
28 May 2010
Due date:
% Done:
100%
Estimated time:
Description
to address issues with files in exiv2/config and test/*.sh on Cygwin.
Reported by Robin Mills:
I encourage you to use SVN eol-style LF on all your files. At work last year I put that on every file.
Total happiness followed. We were doing Windows/CE and Linux/Embedded and experiencing lots of misery from this.
This setting fixed everything instantly. DevStudio is happy with LF (and even mixtures of line endings).
No Windows editor which demands CRLF should ever be used for anything (notepad.exe).
And of course almost every Linux tools hate CRs.
So LF=Lovely Finish. CR=Crazy Result.
History
Updated by Robin Mills over 6 years ago
- Status changed from New to Resolved
- Assignee set to Robin Mills
- Target version set to 0.25
I'm going to mark this resolved. I believe I dealt with this years ago. For example:
615 rmills@rmillsmbp:~/gnu/exiv2/trunk/test $ svn proplist bugfixes-test.sh Properties on 'bugfixes-test.sh': eol-style svn:eol-style svn:executable 616 rmills@rmillsmbp:~/gnu/exiv2/trunk/test $ svn propget eol-style bugfixes-test.sh LF 617 rmills@rmillsmbp:~/gnu/exiv2/trunk/test $