On Mon, 15 Aug 2011 12:46 -0400, "Rob Weir" <[email protected]> wrote: > In each case, the error aborted the import which had to then be > restarted from the top. So it was a slow process, finding all of > these problem files. Possible solutions could include adding them as > binary (not text) files, or editing them (dos2unix, e.g.) to make > their EOL style consistent. I did the latter. >
Or, don't set svn:eol-style. svn will treat a file as an opaque blob of bytes when such properties aren't set (which is the default). > I then did an svnadmin -c dump >ooo-dump to create a dump file of this > repository. > 'svnadmin dump' doens't take '-c'. It does take --deltas, though.
