Re: dump & load
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-01-22 20:06:02 CET
On Thu, 2004-01-22 at 12:54, Gustavo Niemeyer wrote:
> Humm.. btw, what about if the first dump had revisions 1 -> 500, and
Sure, you could do that by removing r500 from the 2nd dumpfile and then
But this is why we have 'svnadmin dump --incremental', no?
$ svnadmin dump -r0:500 > dumpfile1
Then later on
$ cat dumpfile2 dumpfile2 > dumpfile
---------------------------------------------------------------------
|
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.