You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Krebs, Steven" <st...@intel.com> on 2004/07/24 00:57:10 UTC

svn import Inconsistent line-endings in source stream

Howdy all,

Again I am trying to read my Subversion book and figure this out (btw, I
do have a real printed copy of 'the book' which makes me feel all warm
and fuzzy inside).


When doing an svn import I get the following error:

svn: Inconsistent line-endings in source stream

And the import stops, I fix the file (unix2dos), and try again, get a
little farther, and find another file (wash, rinse, repeat).

Is there a way (using --dry-run and something else) that I could get a
list of all the files with incosnsistent line endings.  

Also, did anyone get a chance to look at my post yesterday with the
Subject: Ignore and Externals repo setup Question? No replies so far...

Steve


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


Re: svn import Inconsistent line-endings in source stream

Posted by Ben Collins-Sussman <su...@collab.net>.
On Fri, 2004-07-23 at 19:57, Krebs, Steven wrote:

> Is there a way (using --dry-run and something else) that I could get a
> list of all the files with incosnsistent line endings.  

Subversion has no such tool.  But I'm sure you could write a quickie
perl or python program to scan files and detect this condition.  :-)



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