1
vote
2answers
296 views
How do I get Srcsrv with SVNindex.cmd to index extern files ?
I have recently made use of the SrcSrv feature in the Debugging Tools For Windows, but have noticed that w …
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 …
6
votes
Explaining SVN to non-programmers
As I read it there are 2 things here. 1 teaching them the concept, and 2 teaching them how to use SVN.
Generally keep it simple and the complexity will take care of its self in time and us …
-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 …
