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

Non-working authz configuration?

From: Jeroen Coumans <jeroen_at_jeroencoumans.nl>
Date: 2004-06-01 00:16:10 CEST

Hi,

I have this in /etc/apache2/httpd.conf:

<Location /subversion>
   DAV svn
   SVNParentPath /subversion
   AuthzSVNAccessFile /etc/apache2/dav_svn.authz
   Require valid-user
   AuthType Basic
   AuthName "Subversion repository"
   AuthUserFile /etc/apache2/dav_svn.passwd
</Location>

And in /etc/apache2/dav_svn.authz:
[/]
* =
@admin = rw
@programmers = r

[foo:/bar/branches/]
@programmers = rw

[bar:/foo/branches/]
@programmers = rw

The point is to use rw for admin, r for programmers except for the
branches where they are allowed to write. Except that it doesn't seem to
work; the programmers group can't write to the repository's branches.
What did I do wrong?

-- 
Groeten/Greetings,
Jeroen Coumans
www.jeroencoumans.nl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 1 00:16:44 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.