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

Re: Unknown DAV provider

From: Scott Lamb <slamb_at_slamb.org>
Date: 2002-11-18 17:03:35 CET

Andrew Hogue wrote:
> but, when I try to start the apache daemon, it gives an error that says
> Unknown DAV provider: svn
>
> Have I forgotten to do something?

That error means that the module isn't being loaded into Apache. The
config file also needs a line that look like this:

LoadModule dav_svn_module modules/mod_dav_svn.so

(after the mod_dav line but before your <Location> stuff). apxs should
have added that line automatically, which is why it wasn't in the
install instructions. Do you have it?

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 18 17:08:13 2002

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.