Larry Hardiman wrote:
> abstract: svnadmin load reports: svn: Found malformed header block in
> dumpfile stream
>
> desription:
> svnadmin load reports: svn: Found malformed header block in dumpfile
> stream
> The repository was fs-type fsfs
> The host environment is Win2K, SP4
>
> svn version:
> svn, version 1.1.3 (r12730)
> compiled Jan 20 2005, 05:51:34
Also happens with:
svn, version 1.1.4 (r13838)
compiled Apr 3 2005, 22:02:31
>
> Priority: P1
>
> reproduce the problem:
> Tthe local command line environment is JPSoft's "Take Command", see:
> http://www.jpsoft.com. This should execute with cmd.exe anyway]
>
> f:
> cd \
> mkdir svntest
> mkdir svntest\foo
> mkdir svntest\repos1
> mkdir svntest\repos2
> svnadmin create --fs-type fsfs svntest/repos1
> svnadmin create --fs-type fsfs svntest/repos2
> echo "Create some test data" >f:\svntest\foo\bar
> svn import -m"test dump and load" svntest/foo file:///svntest/repos1/foo
> svnadmin dump svntest/repos1 >svntest/dumprepos1
> svnadmin load --ignore-uuid svntest/repos2 <svntest\dumprepos1
>
> note that the load step fails also when --ignore-uuid is not specified.
>
> Regards,
> Larry
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 21:46:03 2005