On 4/20/06, Garry Cronin <garry.cronin@gmail.com> wrote:
> thanks for directing me in the right direction Andy. On the issue of
> preventing developers from commiting directly to trunk are you suggesting I
> try to enforce this via policy only or is there a mechanism within svn that
> can programmatically prevent a select list of users from committing to trunk
> directly. We're currently accessing the repository via the svn:// protocol -
> are you suggesting a programmatic mechanism like is supported via the
> http:// protocol?
You can do the same access permissions with svnserve as you can with
http, as of 1.3. You can enforce this rule by "policy", but it'll be
tough. You can enforce it by hook script, but if access controls are
built in, I figure why not use them?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 21 01:06:12 2006