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

Re: Build only ra_svn and ra_local

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-02-23 20:09:11 CET

John Peacock wrote:
> John Peacock wrote:
>
>> Once I reboot that box, I'll nuke and reinstall and see if that is
>> still the case...
>>
>
> $ cat config.nice
> #! /bin/sh
> #
> # Created by configure
>
> "./configure" \
> "--without-apache" \
> "--with-berkeley-db=/usr/local/BerkeleyDB.4.2/" \
> "$@"
>
> $ svn --version
> svn, version 1.0.0
> compiled Feb 23 2004, 13:50:15
>
> Copyright (C) 2000-2004 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
>
> The following repository access (RA) modules are available:
>
> * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
> - handles 'http' schema
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' schema
> * ra_svn : Module for accessing a repository using the svn network
> protocol.
> - handles 'svn' schema
>
> And this is on a box which doesn't even have Apache installed! Should
> this even work this way?

Of course it should work that way, ra_dav has no dependency on Apache,
at least not the client end of it. It depends on neon though, so if you
want to turn it off you can either get rid of neon, or force the matter
by passing (I think...) --without-neon to configure.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 23 20:08:54 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.