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

Re: "Bad database version" problem.

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-04-28 17:02:19 CEST

On 4/28/05, tdkim <tdkim@unimo.co.kr> wrote:
> Hi all...
>
> I have a problem, "Bad database version".
>
> I use Subversion -r 14491(lastest in Repo) on Win2Kpro.
>
> this is full error string.
>
> d:\SVN> svnadmin recover MyRepo
> svnadmin: Bad database version: compiled with 4.2.52, running against 4.3.27
>
> After problem, I changed the repository.
> 1. "svnadmin dump MyRepo > MyRepo.dump" using Subversion with db-4.2.52
> 2. "svnadmin load MyRepo < MyRepo.dump" using Subversion with db-4.3.27
>
> Is this problem bug or not?

Yes, it's a bug, but not in Subversion. It's a problem in your
environment: while you compiled that version with 4.2.52, it's loading
4.3.27. BDB versions are not binary compatible between minor releases,
so, Subversion tells you it can't run in this setup.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 28 18:02:54 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.