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

Re: Operation level security in subversion

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-10-05 21:31:58 CEST

On 10/5/05, Tharanga Gamaethige <TGamaethige@virtusa.com> wrote:
>
>
> hello everybody,
>
> I'm planning to implement operational level security in subversion, means
> restrict some operations like delete to
> set of authorized users (I restricted tag/branch through R/W access).
> Privileges will be stored in a config file.
>
> Can I do this by start-commit (ideal) or pre-commit hook scripts ? If its
> possible how to do it ? How do
> I get to know which svn command has executed when committing ?
>
Have you looked at svnperms.py? It might be easier to extend the
control it offers.

svnlook will tell you about the proposed transaction, but I don't
believe the actual command is available.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 5 21:35:22 2005

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.