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

405 method not allowed error

From: Eric Brown <ericbro_at_gmail.com>
Date: 2005-11-07 19:27:44 CET

Hello-

I'm trying to checkout my working copy. using the following command:

svn co http://hostname/svn/pilot/foldera/foo.doc .

I get the following error:
svn: PROPFIND request failed on /
svn: PROPFIND of / : 405: Method not allowed

Here's my relevent info: I can pass more if needed.

httpd.conf

user svn
group svnown

DocumentRoot /export/subserv/repos

Load Module dav_module
Load Module dav_svn_module
Load Module authz_svn_module

<Location /svn>
DAV svn
SVNPath /export/subserv/repos

#access policy
AuthzAVNAccessFile /etc/svn-access-file

#authenticate
Require valid-user

#how to authenticate
AuthType Basic
AuthName "repos"
AuthUserFile /etc/svn-auth-file
</Location>

<Directory /export/subserv/repos>
AllowOverride None
Order deny,allow
Allow from all
</Directory>

ls -l /export/subserv/repos
drwxrw-r-- svn:svnown README
drwxrw-r-- svn:svnown conf
drwxrw-r-- svn:svnown dav
drwxrw-r-- svn:svnown db
-rwxrw-r-- svn:svnown format
drwxrw-r-- svn:svnown hooks
-rw-r--r-- svn:svnown index.html
drwxrw-r-- svn:svnown locks
drwxrw-r-- svn:svnown pilot

Apache error log says:
Access denied 'username' PROPFIND svn:/

Apache access log says:
PROPFIND / HTTP/1.1 405 236 svn/1.0.4 neon/0.24.7

I can access the repository fine using my browser.
Any insight into what I'm doing wrong, or have misconfigured would be
helpful. Thanks.

-ecb
Received on Mon Nov 7 19:30:10 2005

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.