Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> I'll do that. Georg, maybe it's a good idea to set the svn-eol thing on 
> this file or is it something I can do myself?

Why not write a little script to clean up line endings before you commit and 
just get used to using it?

dos2unix.sed:
/^M$//

unix2dos.sed:
/^M$/!s/$/^M/

where ^M is a literal '\r' character. Can be input in vi as Ctrl-VCtrl-M

Angus


Reply via email to