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

Re: I lost 7 bdb repositories yesterday!

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-01 21:53:33 CEST

Dave Camp <dave@thinbits.com> wrote on 07/01/2005 02:49:57 PM:

> I'd like to thank everyone for their input. It sounds like the
> universal suggestion is to get off of bdb as soon as possible and
> upgrade to fsfs.
>
> Is there anything I need to look out for when migrating from svn/bdb
> 1.1.2 to svn/fsfs 1.2 (other than following the instructions in the
> release notes or whatever)?

The main thing is to dump your repositories *before* you do your upgrade
to 1.2. Just in case, your BDB version updates in the process. For
example, if your BDB moves from 4.2 to 4.3 then your repositories will be
inaccessible. Since you are on OS X, this probably would not happen
without knowing it, but to be safe I would do this:

svnadmin dump all repositories
upgrade to 1.2
svnadmin create all repositories
svnadmin load all repositories

This will also give you the performance gain you get from the XDelta
algorithm used in 1.2.

Mark
 

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 1 22:29:21 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.