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

'svnadmin load --parent-dir' seems to be a bit buggy

From: Oliver Siegmar <oliver.siegmar_at_xams.org>
Date: 2003-07-19 12:48:13 CEST

Hi,

mycurrentrepos:

projectA/
projectB/

svnadmin dump myoldrepos > dumpfile
svnadmin load mycurrentrepos < dumpfile

...everything ok, but mycurrentrepos:

branches/
projectA/
projectB/
tags/
trunk/

so...restore backup and try again:

svnadmin load --parent-dir projectC mycurrentrepos < dumpfile

* Dumped revision 0.
* Dumped revision 1.
<<< Started new txn, based on original revision 1
     * adding path : projectC/branches ... done.
     * adding path : projectC/tags ... done.
     * adding path : projectC/trunk ... done.

------- Committed new rev 4 (loaded from original rev 1) >>>

<<< Started new txn, based on original revision 2
     * adding path : projectC/trunk/file.ext ... done.
     * adding path : projectC/trunk/file2.ext ... done.
     * adding path : projectC/trunk/file3.ext ... done.
     * adding path : projectC/trunk/fileN.ext ... done.

------- Committed new rev 5 (loaded from original rev 2) >>>

<<< Started new txn, based on original revision 3
     * adding path : projectC/trunk/images/filexyz.ext ...svn: Filesystem
has no item
svn: file not found: revision `5', path `/trunk/images/file2.ext'

any hints?

Bye,
Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 19 12:49:19 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.