[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: <cmpilato_at_collab.net>
Date: 2003-06-11 17:17:37 CEST

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 11 17:18:36 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.