Index: svnadmin/conf/authz =================================================================== --- svnadmin/conf/authz (revision 419059) +++ svnadmin/conf/authz (revision 419060) @@ -1,41 +1,41 @@ ### This file is an example authorization file for svnserve. ### Its format is identical to that of mod_authz_svn authorization ### files. ### As shown below each section defines authorizations for the path and ### (optional) repository specified by the section name. ### The authorizations follow. An authorization line can refer to: ### - a single user, ### - a group of users defined in a special [groups] section, ### - an alias defined in a special [aliases] section, ### - all authenticated users, using the '$authenticated' token, ### - only anonymous users, using the '$anonymous' token, ### - anyone, using the '*' wildcard. ### ### A match can be inverted by prefixing the rule with '~'. Rules can ### grant read ('r') access, read-write ('rw') access, or no access ### (''). # $FreeBSD$ [aliases] # joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average [groups] committers = beat -portmgr = bapt, bdrewery, antoine, mat, swills, miwi, rene +portmgr = bapt, bdrewery, antoine, mat, swills, rene [/] * = r [/head] @committers = rw [/branches] @portmgr = rw [/tags] @portmgr = rw # config stuff. [/svnadmin] @committers = rw