[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: Andrew Hogue <hogue_at_cs.yorku.ca>
Date: 2002-11-19 05:09:19 CET

Hi again,

Thanks for your reply, it gave me something to look for.

Okay, so I got rid of everything, apache and svn, then I recompiled both
of them with everything properly enabled as per the INSTALL file, this
seemed to help, maybe last time I forgot a flag or something...

But, not everything is okay, I try to check something out of the
repository and I get the following error:

I tried:
svn co http://localhost/svn/repos wc

Error:
svn: RA layer request failed
svn: PROPFIND of /: 405 Method Not Allowed

What could this error mean?

Thanks again,

-- Andrew

On Mon, 18 Nov 2002, Scott Lamb wrote:

> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 19 05:10:00 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.