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

Re: Restricting Access to a Local Subversion Repository

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-05-05 02:46:53 CEST

On 5/4/06, Sir Deets <sirdeets@yahoo.com> wrote:
> I am setting up a local FSFS subversion repository
> that multiple users will be accessing via the file://
> url.
>
> Under this scheme, how can I restrict access of
> certain branches of the repository to certain users?

Only via a pre-commit hook script.

The file:// access offers no security options comparable to what you
can do with svnserve or apache. Check out svnperms.py - but be aware
that if users have filesystem access to the location that stores this
script and its config file, you're insecure anyway.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 5 02:47:46 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.