----------------------------------------------------
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
----- Original Message -----
From: "Pat Farrell" <pfarrell_at_pfarrell.com>
To: <users_at_subversion.tigris.org>
Sent: Tuesday, June 17, 2008 3:22 AM
Subject: AuthzSVNAccessFile fails no matter how its set
: I can't get this to work. The apache logs are not very specific:
:
: [Mon Jun 16 12:57:50 2008] [error] [client 70.184.242.240] Access
: denied: 'dstoddard' CHECKOUT repos:/natshop/docs
:
: Here is the authz file
:
: [groups]
: everyone = pfarrell, kelly, dstoddard
: natshops = pfarrell, dstoddard
:
: [natshop]
: @natshops = rw
:
Since you are using SVNPath, so here should be only one repos.
try change to
[natshop:/]
@natshops = rw
or
[/]
@natshops = rw
Wish that help.
:
: Here is the virtual host fragment:
: <Location /repos>
: SSLRequireSSL
: DAV svn
: SVNPath /var/svnhome
: AuthType Basic
: AuthName "SVN Repository"
: AuthUserFile /usr/local/apache2/goodusers
: Require valid-user
: AuthzSVNAccessFile /usr/local/apache2/authz
:
: </Location>
:
: I can checkout fine, but commits fail.
:
: The real repository is /var/svnhome/
: and this project is /var/svnhome/natshop/
:
: Thanks
: Pat
:
: --
: Pat Farrell
: http://www.pfarrell.com/
:
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
: For additional commands, e-mail: users-help_at_subversion.tigris.org
:
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-16 21:53:53 CEST