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

Re: I need HELP recovering a DEAD repository

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-15 02:56:12 CEST

Whitehouse Kamin wrote:

>
> C'mon guys, quit teasin' I'm desperate here! Does
> anybody have a plan of action to suggest (including
> "give up")?

The problem is that your 1.0.1 svn and svnadmin are linked to an *old*
BDB, and they're trying to read a *new* set of BDB data. That's why the
repository went "dead" after your 1.0.1 upgrade, and that's why you
can't 'svnadmin recover' the repository with the 1.0.1 svnadmin.

Therefore you have two options:

   * undo the upgrade. Go back to your old svn RPMS that use the latest
BDB 4.2 libraries. They'll be able to recover your BDB 4.2 repository
and things will be normal again.

   * get a different upgrade. Install different 1.0.1 RPMS that
actually use BDB 4.2 rather than 4.0. (Or build Subversion yourself
against BDB 4.2.)

I can't be any more specific than that, because I don't play with RPMS,
and I certainly don't know how to tell you to manage your own RPMS.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 15 02:57:35 2004

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.