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

Re: HELP!! - Berkeley DB error (some more info)

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-07-17 17:19:07 CEST

On Thu, Jul 17, 2003 at 09:48:43AM -0500, B. W. Fitzpatrick wrote:
>
> "sjohnson" <sjohnson@parisgroup.net> writes:
> > Some info on what svn version and OS's we're running:
> >
> > Subversion version 0.23.0 (r5926) on the server and all clients
> > Berkeley DB 4.0.14
> > MacOS X 10.2.6 (Darwin 6.6) on clients
> > MacOS X Server ??? (Darwin 6.6) on server
> > Running apache 2.0.45 to serve repository access over HTTPS.
>
> I *so* hope that you have a backup. BDB 4.0.x on Mac OS X is known to
> turn your database into tapioca. Restore from a backup and upgrade to
> 4.1.x.
>
> Can anyone here with sufficient autoconf-fu whip up a patch to our
> configure that will bail if it finds BDB 4.0.x on Mac OS X
>

It appears that Matt Kraai had enough autoconf-fu, since in rev 5692 he
did exactly that. For some reason it didn't catch this case, though.
Was this svn built before 2003-04-21?

Here's an excerpt from configure.in:

case "$host" in
powerpc-apple-darwin*)
    # Berkeley DB 4.0 does not work on OS X.
    SVN_FS_WANT_DB_MAJOR=4
    SVN_FS_WANT_DB_MINOR=1
    SVN_FS_WANT_DB_PATCH=25

My only OS X host gets a value of "powerpc-apple-darwin6.6" for $host.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 17 17:19:11 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.