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

Re: 405 Apache Error

From: nina <nina_at_gibbons.com>
Date: 2004-08-23 20:49:13 CEST

The repository and everything below it need to be owned by the owner and
group who runs httpd (usually apache owner and group).
Don Vawter wrote:

> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 23 20:49:36 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.