[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: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-21 11:36:23 CEST

On Apr 21, 2006, at 00:06, Garry Cronin wrote:

>> Do you need a script, or can you simply disallow developers access to
>> write to trunk, and delegate that to a "release manager" so that the
>> release manager does the merge to trunk after (s)he is satisfied that
>> the requirements have been met?
>
> 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?

The authz feature previously only available for mod_dav_svn is
available since Subversion 1.3.0 in svnserve as well. See the 1.3.0
release notes.

Of course you can fake it using a fitting pre-commit hook in any
version.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 21 11:37:42 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.