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

Re: Getting "405 Method Not Allowed"

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-06-07 15:14:47 CEST

Douglas Bates wrote:
> I am using the subversion package for Debian GNU/Linux unstable on a
> system that mostly runs the testing distributiuon.
>
> ii subversion 1.0.3-1 Advanced version control system (aka.
svn)
>
> Apache2 runs as user www-data.
...
> As user www-data I can run svnadmin on the path /svn/Rlibs. However,
> any operations that try to access the archive through the URI
> http://bates4.stat.wisc.edu:2180/Rlibs get errors of the form
>
> /home/bates/src/Rlibs/lme4 $ svn up
> svn: PROPFIND request failed on '/Rlibs/trunk/lme4'
> svn: PROPFIND of '/Rlibs/trunk/lme4': 405 Method Not Allowed
> (http://bates4.stat.wisc.edu)
>
> P.S. Please cc: me on replies. I am not currently on this mailing
> list although I have tried to subscribe.

Sounds like mod_dav_svn isn't configured correctly, so apache is getting a
DAV method on a non-DAV URL and so failing.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 7 15:16:18 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.