You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by al...@hotbox.ru on 2006/09/06 14:26:39 UTC

bug report: svn-eol property with inconsistense newlines at import

i use TortoiseSVN v 1.32 - 1.4.0rc1
in configuration setup enables auto-props. for some extentions setup property svn:eol-style=native. 

during import svn got source with mixed newline styles and fails with error like: file XXX has inconsistent neline style.

also if file is recognised as binary - svn fails too (but with another message)

i guess that eol-style mean for checkout,update,diff, not for import. for CVS as i remember there is no such problem.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: bug report: svn-eol property with inconsistense newlines at import

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 6, 2006, at 16:26, alexrainpe196@hotbox.ru wrote:

> i use TortoiseSVN v 1.32 - 1.4.0rc1
> in configuration setup enables auto-props. for some extentions  
> setup property svn:eol-style=native.
>
> during import svn got source with mixed newline styles and fails  
> with error like: file XXX has inconsistent neline style.

> i guess that eol-style mean for checkout,update,diff, not for  
> import. for CVS as i remember there is no such problem.

I don't see a bug here. Subversion rejects commits if you have asked  
Subversion to perform line ending conversion but have supplied a file  
where the line endings are inconsistent. Correct the line endings in  
the file to be uniform before committing; from then on, Subversion  
will manage them for you.


> also if file is recognised as binary - svn fails too (but with  
> another message)

What message?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org