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

Re: Warning: database schema changes are a-comin'

From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-06-11 18:13:43 CEST

cmpilato@collab.net wrote:
>
> Michael Wood <mwood@its.uct.ac.za> writes:
>
> > > Bother. I just get two instances of the All Perl Changes repository built
> > > and now I have to dump/load. Hmmm, can't be helped, but I do have to find
> > > the ~3.5GB of space to store the dump. :(
> >
> > ummm... that's what pipes are for :) All you need is space for two
> > repositories. Not sure if that helps you though :)
> >
> > i.e.: svnadmin dump old | svnadmin load new
>
> Or, more precisely:
>
> $ mv repos repos.tmp
> $ svnadmin create repos
> $ svnadmin-old dump repos.tmp | svnadmin load repos
> $ # copy over any hook scripts and stuff from repos.tmp to repos

And make certain to update hook scripts, such as mailer.py, that use the
svn API.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 11 18:21:11 2003

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.