Re: Convert huge repo from 1.3.0 to 1.4.5
From: Brad Stiles <bradstiles_at_bellsouth.net>
Date: 2007-09-26 16:40:38 CEST
> Exactly, Michael. We want to upgrade to also from Schema Version 3 to 5.
Can you do it in steps of X revisions per step? For instance, if you do 100 revs at a time, you could dump 1-100 from repo A, load that to repo B, then dump 101-200 from A, load *that* to B, etc. You'd have to use the --incremental switch to make sure that rev 101 is a diff against 100, rather than the entire revision.
That way, you can keep using your old repo until near the very end when you dump and load the last set of revisions.
Theoretically, anyway. Not having tried it myself.
Brad
---------------------------------------------------------------------
|
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.