You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Richard Greenwood <ri...@gmail.com> on 2007/06/08 03:26:06 UTC

svnserve access control

I am having trouble with access control under svnserve. I have a
project for which I want:
   anon-access = none
   one authenticated account with readonly access
   all other authenticated accounts with rw access

I created a "readonly" group in authz and added:
   [/]
   @readonly = r
But when I test as a member of the "readonly" group, I can still
commit changes back to the repository.

I am obviously not very talented with permissions. Could anyone help
get me pointed in the right direction?

Thanks,
Rich

-- 
Richard Greenwood
richard.greenwood@gmail.com
www.greenwoodmap.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org