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