thanks for reply...
When I update subversion(changed BDB),
Must I dump/load my all repository?
> -----Original Message-----
> From: Erik Huelsmann [mailto:ehuels@gmail.com]
> Sent: Friday, April 29, 2005 12:02 AM
> To: tdkim@unimo.co.kr
> Cc: users@subversion.tigris.org
> Subject: Re: "Bad database version" problem.
>
>
> 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 Fri Apr 29 01:37:46 2005