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

Re: Problems loading a dumpfile

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-05-10 23:47:14 CEST

On May 10, 2007, at 10:17, Peter Herth wrote:

> I tried to add the content of a small svn repository via duming it out
> to a dumpfile and then loading the dumpfile into the existing
> repository. When I try to do it, I get the following message:
>
> svnadmin load /foo/bar/repository/ --parent-dir newmodule <
> newmodule.dump
> <<< Started new transaction, based on original revision 1
> svnadmin: File not found: transaction '1023-6', path 'newmodule/trunk'
> * adding path : newmodule/trunk ...
>
> and it returns to the shell without doing anything.
> Any idea where to start debugging?

The directory "newmodule" apparently does not exist in your existing
repository. Make it first, using "svn mkdir". Then you can load the
dumpfile.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 10 23:47:41 2007

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.