--- Ben Collins-Sussman <sussman@collab.net> wrote:
>
> On Jun 16, 2005, at 9:32 PM, Pavol Gono wrote:
> >
> > - Are there some existing tools/implementations of desired
> > access control?
>
> Maybe you want to use apache as your server instead of
> svnserve, so
> that you can use mod_authz_svn? mod_authz_svn might be
> easier to use.
Maybe I didn't notice something, but from
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz
it seems there is possibility only to have these access types:
none
read
readwrite
And we need at least
none
read
modify/upgrade
add
delete
+ combinations
(For example it can be dangerous to give someone possibility to
add + delete, if he doesn't understand subversion client well)
Add and delete "access rights" can be used with svnperms.py,
and this was the reason why I first looked at hooks.
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 17 16:16:32 2005