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

Unable to check out (REPORT request failed -- 405 Method Not Allowed)

From: Jon Chiu <jjchiu_at_gmail.com>
Date: 2007-04-12 22:41:31 CEST

[jon_at_jon bin]$ ./svn co http://jon/svn/testrepo
svn: REPORT request failed on '/svn/testrepo/!svn/vcc/default'
svn: Server sent unexpected return value (405 Method Not Allowed) in
response to REPORT request for '/svn/testrepo/!svn/vcc/default'

I've poked around the mailing-list archives for solutions to this problem
but to no avail. Here's some background.

Subversion 1.5 (r24540)
Apache 2.2

httpd.conf:
<Location /svn>
  DAV svn
  SVNParentPath /tmp/svn
  SVNMasterURI https://otherbox/svn/svn
</Location>

Before I even got to testing the master/slave replication functionality in
1.5, I tried testing ci/co. I wasn't even able to check out the empty
repository (testrepo) through WebDAV. However, the file:/// protocol worked
fine. Looks to me that there's some Apache conf problems with my setup. Any
advice on how I should debug this?

Jon
Received on Thu Apr 12 23:51:43 2007

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.