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

Re: svnadmin: bad database version

From: Geoffrey Gallaway <geoffeg_at_geoffeg.org>
Date: 2004-04-13 16:06:26 CEST

Yes! Patching subversion with the db42 patch fixed it!

Thanks!
Geoffeg

This one time, at band camp, Andreas Jellinghaus wrote:
> Hi Geoffrey,
>
> I had the same problem. Could you please verify, if this method
> works for you, too?
>
> a) I used 2.0.48 with attached patch.
> b) compile order and configure flags:
>
> berkeley db:
> pushd db-$DB
> pushd build_unix
> ../dist/configure --prefix=$PREFIX
>
> apache:
> pushd httpd-$HTTPD
> patch -p0 < /home/aj/bin/db42-support-patch.txt
> ./configure --prefix=$PREFIX --enable-ssl --enable-dav
> --enable-so \
> --enable-deflate --with-dbm=db42 --without-gdbm \
> --with-berkeley-db=$PREFIX
>
> and subversion:
>
> pushd subversion-$SUBVERSION
> patch -p1 < /home/aj/bin/db42-support-patch.txt
> ./configure --prefix=$PREFIX --with-zlib \
> --with-apxs=$PREFIX/bin/apxs --with-ssl \
> --with-apr=$PREFIX --with-apr-util=$PREFIX
>
> note that not only --with-apxs is used, but --with-apr and
> --with-apr-util are also specified.
>
> Without those, it never worked for me.
> I see you didn't specify them, could you please
> test with those specified too, and post the result?
>
> Thanks,
>
> Andreas
>
>
> ---------------------------------------------------------------------
> 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 Tue Apr 13 16:07:14 2004

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.