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

Re: http access Error using Apache server

From: Jeb <jeb.beasley_at_penske.com>
Date: 2006-05-17 21:47:53 CEST

Status 405: Method Not Allowed. This is usually a mistyped url.
Attempting to send DAV method requests to a non DAV enabled url, or a
non DAV aware script.

Look at the location directive in httpd.conf that matches the url to the
actual repo path
Should look like
<Location /myrepo>
DAV svn
SVNPath /usr/local/src/subrepos
</Location>

The your url would look like
http://192.168.0.44:80/myrepo <http://192.168.0.44/usr/local/src/subrepos>

Jeb

Deepa Dave wrote:

> Svn+ssh works great but http access gives me the below error:
>
>
>
> [root@localhost apache2]# svn co
> http://192.168.0.44:80/usr/local/src/subrepos
> <http://192.168.0.44/usr/local/src/subrepos>
>
> subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
>
> svn: PROPFIND request failed on
>
> '/usr/local/src/subrepos'
>
> subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
>
> svn: PROPFIND of '/usr/local/src/subrepos': 405 Method
>
> Not Allowed (http://192.168.0.44 <http://192.168.0.44/>)
>
>
>
Received on Wed May 17 21:49:31 2006

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.