[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: HOWTO gather usage statistics from Subversion repository?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-04-21 01:04:55 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.