Reputation: 483
How can we modify or customize people who can view the changes made by us to the SVN repo? Is there any option when we commit our changes, which can be modified to change the list of people who can view our changes?
Upvotes: 0
Views: 281
Reputation: 30662
TortoiseSVN is a Subversion client. It's a server's task to put such restrictions. Apache Subversion supports path-based authorization and you could configure No Access, Read and Read Write access rules on paths in your repositories.
How can we modify or customize people who can view the changes made by us to the SVN repo?
Deploy Subversion server and use path-based authorization to implement access control.
Upvotes: 2