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

AuthzSVNAccessFile fails no matter how its set

From: Pat Farrell <pfarrell_at_pfarrell.com>
Date: Mon, 16 Jun 2008 15:22:06 -0400

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

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
Received on 2008-06-16 21:28:44 CEST

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.