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

Re: Subversion 1.1.0 Release Candidate 1 released.

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-07-14 23:30:29 CEST

On 2004-07-14 16:09-0500, Robert Guthrie wrote:
> Am I correct in assuming that there will be an option to compile an
> svnserver without the need for a Berkeley DB installation?

Yes, you should compile your apr-util without Berkeley DB support, and
after that compile subversion against that apr-util. You won't need
any special option for subversion's configure, because it will find
from apr-util if there is a bdb or not. During configuration, you
should get following warning:

configure: WARNING: we have configured without BDB filesystem support

The Subversion default filesystem back-end library requires Berkeley
DB version 4.0.14 or newer, which you don't seem to have
installed and linked to APR-UTIL. We have created Makefiles which
will build without the default filesystem library; you will have to
use "svnadmin create --fs-type=fsfs PATH" to create a repository using
the alternative FSFS back-end. You can find the latest version of
Berkeley DB here:
  http://www.sleepycat.com/download/index.shtml

As result, you should now have fsfs only subversion installation.

Br, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 14 23:30:47 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.