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

RE: File access control

From: Harvey, Edward <Edward.Harvey_at_patni.com>
Date: Mon, 7 Jan 2008 08:52:51 -0500

If you're using http, you can add "AuthzSVNAccessFile
/path/to/svn-access-file"

And then populate /path/to/svn-access-file with something like this:

 

                [groups]

group1 = user1, user2, user3

 

[repo1:/]

* = rw

 

[repo1:/path/to/sensitive/file]

@group1 = rw

* =

 

If you're not using http, I think you're out of luck.

 

                

 

 

From: Ali Soleimani [mailto:alisol911_at_gmail.com]
Sent: Monday, January 07, 2008 12:16 AM
To: users_at_subversion.tigris.org
Subject: File access control

 

hello
How can I define access level for files not directories?
I have a Delphi project and many developers have access to dcu and dfm
files but pas files are readable and writable by only some developers.

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_at_patni.com and delete this mail.
_____________________________________________________________________
Received on 2008-01-07 14:53:29 CET

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.