8
votes
How to setup access control in SVN?
In your svn\repos\YourRepo\conf folder you will find 2 files authz and passwd these are the 2 you need to adjust.
In the passwd …
-1
votes
Source Control: Multiple repositories for the same project
From a pure SVN perspective nope, you can only have one .svn folder which points to only 1 repo in your working folder.
You can make use of post-commit-hooks on your svn repo to try and kee …
