Previously I’ve worked alone… Now I may have many collaborators. But I don’t want to give full access to the source code (which is controlled now with SVN). Moving to Git or Mercurial is actually not a big deal. But what is the best way and with the least headaches to control security? Where you don’t need to enter a command prompt and execute code to change some permissions to limit access to team members every second? Is there a Web control for this?
Previously I’ve worked alone… Now I may have many collaborators. But I don’t want
Share
If you want to limit write access as part of enforcing your development process, have a look at Gerrit, a repository hosting and code review system.