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

403 and 405 Errors

From: Karmjeet Sandhu <ksandhu_at_dynegent.com>
Date: 2006-07-13 04:59:08 CEST

I am having difficulty doing a network checkout from my repository (/data/DTIDEV)

Here are some snippets from my httpd.conf

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

User apache
Group apache

ServerName svn.dti.org

<Location /repos>
        DAV svn
        SVNParentPath /data/DTIDEV
</Location>

here are the commands and corresponding errors:

[root_at_karmwebserv local]# svn co http://svn.dti.org/repos wc
svn: PROPFIND request failed on '/repos'
svn: PROPFIND of '/repos': 405 Method Not Allowed (http://svn.dti.org)
[root_at_karmwebserv local]# svn co http://localhost/repos wc
svn: PROPFIND request failed on '/repos'
svn: PROPFIND of '/repos': 403 Forbidden (http://localhost)
[root_at_karmwebserv local]# svn co http://karmwebserv/repos wc
svn: PROPFIND request failed on '/repos'
svn: PROPFIND of '/repos': 403 Forbidden (http://karmwebserv)

I cant seem to resolve this issue - please help.

-Karm
Received on Thu Jul 13 22:07:50 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.