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

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
> the second one had 500 -> 1000. Would it be possible to ignore
> revision 500 of the second dump and append them together again?

Sure, you could do that by removing r500 from the 2nd dumpfile and then
appending the 2nd dump to the 1st dumpfile.

But this is why we have 'svnadmin dump --incremental', no?

$ svnadmin dump -r0:500 > dumpfile1
$ svnadmin dump --incremental -r501:1000 > dumpfile2

Then later on

$ cat dumpfile2 dumpfile2 > dumpfile
$ svnadmin load repos < dumpfile

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 22 20:06:41 2004

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.