You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Poco Loco <po...@hotmail.com> on 2004/05/18 20:02:45 UTC

Dump / load question

Hello,

I have two Intel boxes, both loaded with Red Hat 9 (Linux 2.4.20-8). One has a repository on it. I've run the dump command as follows:

svnadmin dump /repository > /testdump

I've FTP'd testdump over to the second box, where I set up the repository with this command:

svnadmin create /repository

Then I try to restore the dump (from the first system) to this repository (on the second system) with this command:

svnadmin load /repository < /testdump

At which point I receive the following error:

svn: Malformed stream data
svn: Unrecognized record type in stream.

Can you help me get this straightened out? I appreciate the help!

Re: Dump / load question

Posted by McClain Looney <m...@loonsoft.com>.


On Tuesday 18 May 2004 03:02 pm, Poco Loco wrote:
> I've FTP'd testdump over to the second box, where I set up the repository
> with this command:


you did remember to set binary mode while transferring right?

-- 
McClain Looney
LoonSoft LLC
m@loonsoft.com

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