Dump / load question
From: Poco Loco <pocolococulo_at_hotmail.com>
Date: 2004-05-18 22:02:45 CEST
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
Can you help me get this straightened out? I appreciate the help!
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.