[En-Nut-Discussion] Still a lot of file with CRLF

Harald Kipp harald.kipp at egnite.de
Mon Feb 4 17:27:40 CET 2013


Hi Uwe,

On 03.02.2013 13:43, Uwe Bonnes wrote:
> on unix a command in (ethernut>/nut like
> find -type f |xargs file |grep CRLF |wc
> give still over 200 hits.
> 
> Especially the reintegration of the m68k branch added to that count.

All text-based files should have set the property eol-style to native

http://svnbook.red-bean.com/en/1.7/svn.ref.properties.html

executing

svn propset svn:eol-style native filename

before checking in that file. However, this is often forgotten. There is
a way to apply this automatically based on filename patterns, but I have
no idea how to do this on Sourceforge's repository.

Regards,

Harald



More information about the En-Nut-Discussion mailing list