[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: Himanshu Raina <raina_himanshu_at_yahoo.com>
Date: 2007-04-16 14:25:09 CEST

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 !!

regards
Himanshu Raina

Swati Kulkarni <swati.lkulkarni@patni.com> wrote:
Hi

 I am using Apache for Subversion with Apache Loadable Modules.
 I have configured a "Basic" authentication and have defined AuthUserFile
created with the htpasswd utility.
 Also, per directory access is defined with AuthzSVNAccessFile .

 In our project, we require that users have read, write, add, delete rights
as per their Role and Responsibility in the project.
 But with AuthzSVNAccessFile , I can assign read, write rights only, there
is no add and delete rights separation.
 Whether "write" means add, delete and write ?
 If yes, then how do I achieve more finely defined access rights mechanism
for the users? (read, write, add,delete)

 Thanks in advance.

Regards,
Swati K

http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at netadmin@patni.com and delete this mail.
_____________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
Received on Mon Apr 16 14:25:31 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.