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

Re: dumping non-continuous ranges using svnadmin dump

From: Tech Geek <techgeek12345_at_gmail.com>
Date: Tue, 5 Oct 2010 09:06:47 -0700

>
> svnadmin dump -r 1:15 sandbox > sandbox-dumpfile
> svnadmin dump -r 18:19 sandbox > sandbox-dumpfile2
>
> Then when it comes time to load, load the first file, then the second

Tried but does not work...

# svnadmin load sandbox-restore < sandbox-dumpfile
The above command restored it up to 15 revision as expected:
<snip>
<<< Started new transaction, based on original revision 15
     * editing path : PartA/trunk/source/README.txt ... done.

------- Committed revision 15 >>>
</snip>

and then the following command:
# svnadmin load sandbox-restore < sandbox-dump2

gave the error message:

<snip>
<<< Started new transaction, based on original revision 18
svnadmin: File already exists: filesystem 'sandbox-restore/db', transaction
'18-a', path 'PartA'
     * adding path : PartA ...
</snip>

The first method also ended up with the same error message.

Any more ideas?

Thanks.
Received on 2010-10-05 18:07:28 CEST

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.