Here is the situation - let's say I have a branch on SVN called Accounting. Inside of Accounting I have three folders named A, B and C. Is it possible to allow to some users to get content of all these folders but to disallow for others? For example I want to have a permission to manipulate with content of all these folders but some other person should just get access to the folder named A.
Asked
Active
Viewed 2,031 times
0
-
1This might help : http://stackoverflow.com/questions/81361/how-to-setup-access-control-in-svn – LearningEveryday Oct 15 '11 at 14:18
2 Answers
1
go to conf folder and open authz file and set the users as one group to whom you want to give access permission

padmaraju
- 11
- 1
1
Have a look at authz and path based authorization: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html
There are also commercial tools such as Subversion Access Control that provide a nice user interface to control access per user/group.

vinnyjames
- 2,040
- 18
- 26