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