[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnadmin load reports: svn: Found malformed header block in dumpfile stream

From: Larry Hardiman <v.014_at_birdsong.org>
Date: 2005-05-02 20:22:15 CEST

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

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 20:25:07 2005

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.