0

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.

Igor Hrcek
  • 715
  • 5
  • 16

2 Answers2

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