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

Re: access rights mechanism for the users with Apache + SVN

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-04-16 14:45:44 CEST

On 4/16/07, Himanshu Raina <raina_himanshu@yahoo.com> wrote:
> Swati,
>
> With write access you can do add/delete operations. In order to have better
> control over repository you can have directory based access as well.i.e say
> if you repository is
> /usr/local/svn/dump
> Under dump if u have two directories namely
> prod & test
> you can provide root access to admin and access to prod/test as per the
> requirement and hence can avoid misuse of code/data.
>
> You need to break down the access further in the svnaccessfile
>
> [/]
> admin = rw
>
> [dump:/prod]
> user1 = rw
>
> [dump:/test]
> user2 = rw
>
> Hope this helps !!

This syntax implies that prod and test are in a different repository
from the root.

To be correct (assuming everything is in this one repository), you
need [dump:/] for that admin user.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 16 14:46:03 2007

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.