How do I set up access control in SVN?
In your svn\repos\YourRepo\conf folder you will find two files, authz and passwd. These are the two you need to adjust. In the passwd file you need to add some usernames and passwords. I assume you have already done this since you have people using it: [users] User1=password1 User2=password2 Then you want to assign permissions accordingly … Read more