Prashant N wrote on Thu, Sep 16, 2010 at 18:21:22 +0530: > Hi, > > I have created my repository dumps using : > svnadmin --quiet --deltas /path/to/repo > remo.dump > > The svn --version produces 1.4.2 and the dump was created on a RHEL4 > system. When I try to load / restore the dump in another system / > folder, as > > svnadmin load /another/drive/path/to/repo < remo.dump > > I get the error : > 'vnadmin: Dump stream contains a malformed header (with no ':') at '
I love carriage returns. Can you please pipe the output and stderr of 'svnadmin load' to xxd? (or to a file, and then post a hexdump of the file) > When I run head repo.dump, I get > SVN-fs-dump-format-version: 3 > > UUID: 1140f09d-5808-0410-ab22-eb6794957de1 > > Revision-number: 0 > Prop-content-length: 56 > Content-length: 56 > > K 8 > svn:date > > I have tried to load the repo in Linux / Windows and in SVN Versions > 1.4.2 and 1.6.12. The results are same. > > How to resolve this ? > > -- > Thanks & Regards > Prashant N