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

Re: [PATCH] Default to fsfs when not built with Berkeley DB

From: Ben Reser <ben_at_reser.org>
Date: 2004-07-14 18:57:50 CEST

On Wed, Jul 14, 2004 at 11:54:30AM -0400, Eric Gillespie wrote:
> I have built for the first time without bdb support. If you
> build this way, svnadmin create has a useless default and cries:
>
> svn: Unknown FS type 'bdb'
>
> I think it would be good to fix this for 1.1 since it's so
> trivial :). Can i commit the following patch to trunk?
>
>
>
> When configured without Berkeley DB, make libsvn_fs default to
> the fsfs back-end.
>
> * configure.in:
> Set DEFAULT_FS_TYPE to "bdb" if configured with Berkeley DB, or
> "fsfs" if not. Publish this to svn_private_config.h with
> AC_DEFINE_UNQUOTED.
>
> * subversion/libsvn_fs/fs-loader.c:
> Don't define DEFAULT_FS_TYPE here; expect it to come from
> svn_private_config.h.

+1 from me.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 14 18:58:02 2004

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.