> Subversion would not complain about inconsistent line endings unless
> you have set the svn:eol-style property of those files to some value.
> So you must have set svn:eol-style for these files.
yes, i have it set to native.
>
> In this case, Subversion will be happy to convert a file of wholly one
> line ending style to the correct one, but it will not attempt to
> change a file with multiple types of line endings, which seems to be
> the case for you after you've edited it with your editor.
exactly that is the case.
why wouldn't it change it?
> So the problem is that you are using a text editor that is not obeying
> the line ending style in the files, and the solution is to fix the
> editor. :)
no, the problem is that i am checking out files under linux and edit
them under windows. or vice versa.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-18 19:58:35 CET