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

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.
> I read the about the solution you propose, but in our case, it would take ages
> to upgrade!
> That's why I ask for another solution....

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 26 16:40:52 2007

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.