|
From: Ian P. <ian...@in...> - 2002-05-21 14:44:15
|
On Mon, 13 May 2002, Rob Withers wrote: > > Do we know that we can restrict access to the main trunk to the > maintainers, then issue expanded rights to select individuals to their > branches? You can do it with a trivial commitinfo script to filter the usernames that are allowed to commit to a particular area. (The script is called on every commit with env vars and arguments telling who, what, where, etc. If the script exits with nonzero then the commit is aborted. A few lines of case/sed/test/etc. does the trick.) Of course, for this to be in any way secure, SF must only allow admins to meddle with the contents of CVSROOT/commitinfo. Ciao, Ian |