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

How to give access control to subdirectories in my repository?

From: Wael Showair <showairovic_at_gmail.com>
Date: 2007-09-13 08:07:13 CEST

Hi all,
This is the first time for me to use SVN.
i m using subversion 1.4.3, with svnserve & TortoiseSVN.

My problem is: I cant make access control on a subdirectory in my
repository.

suppose that my repository Layout is as follows:
/calc/trunk/subfolder1
 /calc/trunk/subfolder2

Also Assume that i have 2 users:(user1,user2). I want to give user1
read/write access to subfolder1 while user2 should have read access to this
subfolder1

SO i adjust the authz-db = authz in the configuration file of the server
where it looks like this:

[groups]
my_group = user1,user2

[/trunk/subfolder1]
user1 = rw
user2 = r

the authorization failed if i tried to commit anything.

i have searched the forum & found this thread

http://svn.haxx.se/users/archive-2006-04/1038.shtml

But i still dont know how to solve this Bug?

thanks in advance
Received on Thu Sep 13 08:03:52 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.