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