vote up 0 vote down star

I am getting an error when trying to restore a svn repository taken from another machine. The error is

svnadmin: Dump stream contains a malformed header (with no ':') at

The dump was created on a subversion 1.5 server and I am loading to a new subversion 1.6 server. I was able to load several other repositories successfully to the new server. The new server is VisualSVN Server.

flag

1 Answer

vote up 0 vote down

as far as I know (I cannot see the dump..), this happens by piping the stdout and stderr into the dumpfile.

So you should dump again and only take stdout into your dump file.

Did you see the output while dumping the repository("Dumped revision 10", "Dumped Revision 11" ..etc)?

link|flag
The output doesn't contain any "Dumped revision..." messages. It does have Windows CR/LF pairs which I don't think should be a problem. – Chief A-G Aug 31 at 18:29
can you show us the lines of the dump svn is complaining about? – Peter Parker Sep 1 at 1:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.