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

svn co gets 405 Method not allowed - how come (more importantly, what can I do about it)?

From: Charles Doucette <cdoucette_at_cornerstonetech.com>
Date: 2005-02-14 21:45:05 CET

0) I installed
    a) apache_2.0.52-win32-x86-no_ssl.msi
    b) svn-1.1.3-setup.exe
    onto my Windows XP workstation.
1) I created an empty subversion repository in C:\SVN\repos (FSFS -
not Berkeley DB)
2) I configured Apache to access it like so:
 
<Location /svn>
DAV svn
SVNParentPath C:\SVN
AuthType Basic
Anonymous_NoUserID off
Anonymous_MustGiveEmail off
Anonymous_VerifyEmail off
Anonymous_LogEmail off
Anonymous atucker dchase spowers bferber cdoucette vss_migration
#AuthType SSPI
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
#SSPIAuth On
#SSPIAuthoritative On
#SSPIDomain CSOPS01
#SSPIOfferBasic On
</Location>

I probably don't need the anoymous stuff - I was having issues with
authentication
 
At first I was using WIndows authentication; but, then for purposes of
getting the VSS2SVN script to work
to require author names (for history) but not passwords, I created a
temporary passwd file with blank passwords.
 
3) I *SUCCESSFULLY* converted my VSS database to SVN using VSS2SVN.pl
        (this involved many successful commits)
 
4) Now, I'm attempting to get a fresh working directory and I'm
unable to do that:
 
C:\MySVNwd>svn co http://localhost:8080/SVN/repos/
svn: PROPFIND request failed on '/SVN/repos'
svn: PROPFIND of '/SVN/repos': 405 Method Not Allowed
(http://localhost:8080)
 
Please tell me how to get this working.
 
Thanks,
Chuck
 
p.s. Please CC me directly on any replies as I don't believe I was
successful in my attempt to join this mailing list.
 
Received on Tue Feb 15 18:34:15 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.