Check the svn:eol-style attribute on the files:

svn proplist FILE
svn propget svn:eol-style FILE

If there isn't an svn:eol-style attribute, svn won't touch it.    You might 
want to do something like:

find . -name "*.cpp" -exec svn propset svn:eolstyle native {} \;

or something to make sure it gets set everywhere.

Dan




On Thursday 04 December 2008 12:24:20 pm Andrew Stitcher wrote:
> Since the win32 port work was committed I've noticed that some (all?) of
> the files touched have gained windows style line ending markers in some
> places.
>
> If you are working on the win32 port would you make sure that you have
> svn configured so that it knows not to check in win32 style line endings
> on changed lines as raw changes.
>
> - What is supposed to happen is that the local svn client knows the
> local line ending convention and converts on check out/check in. But
> this seems to have been broken somehow in some of the files. At least
> this is my understanding of how it's supposed to work.
>
> Not a big deal, but untidy.
>
> Andrew



-- 
Daniel Kulp
[EMAIL PROTECTED]
http://dankulp.com/blog

Reply via email to