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

Re: question about issue 617, building without ra_dav

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-01-03 02:00:35 CET

On Thu, Jan 02, 2003 at 06:25:37PM -0600, kbrannen@gte.net wrote:
> I thought I might try to help out by doing a few of the bite-sized defects,
> and http://subversion.tigris.org/issues/show_bug.cgi?id=617 should be within
> my reach. But I fail to understand one of its comments...so help? :-)
>
> At the top it says:
>
> we can build without ra_local, but not without ra_dav
>
> So this seems pretty simple, just find out how it avoids ra_local, and do the
> same thing (conceptually) for ra_dav. Which leads me to the problem. I can't
> find in INSTALL, or README, or configure, or Makefile, or the book, anything
> which indicates to me that ra_local should not be built (or the configure
> option to not build it).
>
> Can someone provide me with a clue as to where to look, and/or what to look for?

The choice of yes/no is automatic. See configure.in, line 351. We test if
Berkeley DB is present; if so, then we build ra_local.

Similar logic is possible for ra_dav.

ra_svn could also be opted-out, but it has zero dependencies, unlike
ra_local and ra_dav (the former being on Berkeley DB and the SVN FS
subsystem, the latter on Neon). One day, ra_svn could (and should?) depend
on an authentication subsystem, but who knows how that will pan out...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 3 01:59:54 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.