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

405 Apache Error

From: Don Vawter <don_at_vawter.com>
Date: 2004-08-21 09:05:13 CEST

svn_at_blackbox:~/working2$ svn co http://svn.vawter.com:97/pcsmail_svn/
svn: PROPFIND request failed on '/pcsmail_svn'
svn: PROPFIND of '/pcsmail_svn': 405 Method Not Allowed
(http://svn.vawter.com:97)
svn@blackbox:~/working2$

This is my http.conf

<Location /svn/>
          DAV svn
SVNParentPath /mnt/hdb1/svnprojects
 # how to authenticate a user
  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile /etc/svn-auth-file
  # For any operations other than these, require an authenticated user.
# <LimitExcept GET PROPFIND OPTIONS REPORT>
    Require valid-user
# </LimitExcept>
      </Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 21 09:04:28 2004

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.