I need to limit access to merge changes into the trunk to specific individuals. Is there any way to limit merge rights on specific folders in subversion? I don’t want to block merging from branch to branch, only into the trunk.
Share
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.
Can’t you make the trunk read-only for those specific people, using Subversion’s access control mechanisms?
In your
svnaccessfile:would allow you and Chris to make changes (including merges) to the trunk of ‘MyProject’, while only giving read permissions to Albert and Bernard.