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.
Share
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.