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

Re: "Malformed dumpfile header" after recovering a repository with incremetal backup

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2005-11-24 18:13:55 CET

thurm@azs-hamburg.de wrote:
...
> svnadmin load ../svnrepos/Test Test-101-103.dmp
>
> This command doesn't terminate. When hitting <ENTER> I get the above error message.
>
> What's wrong?
> Are there any known bugs in recovering a repository with incremental backups?
>
> Any help would be highly appreciated.

Check out svnadmin load -h:

load: usage: svnadmin load REPOS_PATH

Read a 'dumpfile'-formatted stream from stdin, committing
                                         ^^^^^
new revisions into the repository's filesystem. If the repository
was previously empty, its UUID will, by default, be changed to the
one specified in the stream. Progress feedback is sent to stdout.

Valid options:
   -q [--quiet] : no progress (only errors) to stderr
   --ignore-uuid : ignore any repos UUID found in the stream
   --force-uuid : set repos UUID to that found in stream, if any
   --parent-dir arg : load at specified directory in repository

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 24 18:17:10 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.