I will create a new user on my svn server, which can access only in one of my repository. It’s possible?
My server runs debian squeeze.
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.
You can set permissions using svn authz file. First of all, we need to create an Access Control file.
User Groups
You can create groups of users and then use those for rules. You do this under a special heading in square brackets:
This will create a group called ‘mygroup’ which ‘dave’ and ‘mike’ belongs to.
And now for some examples. Examples
In this example:
You need to add is the following line in apache svn configuration file.
So that the file looks like this:
Save the file, and then restart Apache2:
You should now have access control working for Subversion over Apache2.