[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: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2002-11-19 20:10:03 CET

Andrew Hogue <hogue@cs.yorku.ca> writes:

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

The user which your httpd process runs as must have both read and
write access across your entire Subversion repository.

I hit this error (on Linux) when I created the repository as the unix
user "dlr", but was running my httpd daemon as the unix user "nobody"
(who had no unix permissions allowing access to the repository).

A big thanks to Sander Striker for helping me out with this one @
ApacheCon.

-- 
Daniel Rall <dlr@finemaltcoding.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 19 20:10:45 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.