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

Re: BDB version changed in win32 binaries ? (Was Re: Subversion 1.2.0 Release Candidate 2 released.)

From: Kyle Kline <kyle.kline_at_gmail.com>
Date: 2005-04-29 03:55:20 CEST

I am getting the same thing -- error on a BDB repo created with the
1.1.x series. When I run svnadmin recover, here is my output:

C:\SVN>svnadmin recover c:\svn\kyle
Repository lock acquired.
Please wait; recovering the repository may take some time...
svnadmin: DB_RUNRECOVERY: Fatal error, run database recovery
svnadmin: bdb: Program version 4.3 doesn't match environment version
svnadmin: bdb: Skipping log file c:/svn/kyle/db\log.0000000006:
historic log version 8
svnadmin: bdb: c:/svn/kyle/db\log.0000000007: log file open failed: No
such file or directory
svnadmin: bdb: PANIC: No such file or directory
svnadmin: bdb: DB_ENV->log_put: 7: DB_RUNRECOVERY: Fatal error, run
database recovery

SVN 1.2rc2 on Windows 2000.

On 4/28/05, Ben Collins-Sussman <sussman@collab.net> wrote:
>
> On Apr 28, 2005, at 1:40 PM, François Beausoleil wrote:
> >
> > I tried running an svnadmin recover, but svnadmin complains about a
> > bad database version. Must I do a dump/reload ?
>
> svn 1.0 and 1.1 win32 binaries shipped with BDB 4.2 built-in.
> svn 1.2 win32 binaries ship with BDB 4.3 built-in.
>
> If you try to read a 4.2 database with a 4.3 library, you'll see an
> error. The solution is to upgrade the database from 4.2->4.2 "in
> place" by running 'svnadmin recover'. It's just how BDB works.
>
> If you're seeing an error with that, show us. It shouldn't error.
>
>
> >
> > I cannot find any mention of a change of version in
> > branches/1.2.x/CHANGES.
> >
>
> That's because it's not a Subversion code change. It's a change in the
> way Branko happens to ship his binaries.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 29 03:57:40 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.