We have multiple development branches and want to restrict commits to a particular branch to only a specific group of developers.
Is it possible to restrict access at a branch level in SVN?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is.
You must configure in the svn config file called
authz, located in the repository folder or directory.You can specify specific permissions by doing the following:
Hope it helps.