>
> 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:
<<< Started new transaction, based on original revision 15
* editing path : PartA/trunk/source/README.txt ... done.
------- Committed revision 15 >>>
and then the following command:
# svnadmin load sandbox-restore < sandbox-dump2
gave the error message:
<<< Started new transaction, based on original revision 18
svnadmin: File already exists: filesystem 'sandbox-restore/db', transaction
'18-a', path 'PartA'
* adding path : PartA ...
The first method also ended up with the same error message.
Any more ideas?
Thanks.