[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-28 21:17:26 CEST

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
Received on Thu Apr 28 21:54:45 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.