It takes only few minutes in Eclipse : "File/Convert Line Delimiters To" (from the project root). Also when you commit from Eclipse (or even Tortoise under Windows IIRW) if the file has mixed EOL you can't commit it. Hence this Convert Line Delimiters To option... But the point is when adding new files, isn'it ? Since Subversion will automatically adapts EOL when commiting in repository if no specific EOL is specified for a file.
Also I remember having forced EOL for platform specific files, like 
startofbiz.sh for instance.

Hope it's not noise but usefull (not sure ;o)

Jacques

From: "Vikas Mayur" <[EMAIL PROTECTED]>
Christian, thanks for taking care of this.
Now the commits look much better.

Doing this for whole repository will take good time :)

Vikas

On Wed, Mar 5, 2008 at 9:32 PM, Christian Geisert <
[EMAIL PROTECTED]> wrote:

Vikas Mayur schrieb:
> sorry ... it is
>
> $ svn propset svn:eol-style native
> specialpurpose/projectmgr/widget/forms/ProjectForms.xml
> svn: File 'specialpurpose/projectmgr/widget/forms/ProjectForms.xml' has
> inconsistent newlines
> svn: Inconsistent line ending style

This file already has mixed (CRLF and LF) line endings..
I'll fix it manually with dos2unix.

--
Christian




Reply via email to