svn - how to collaborate source code across multiple locations -


An example is running in our local network We have a VMware image, we want some outsiders to be part of the God process Are there. We want to keep this protected form as a Master SVN repository. What types of options are available to share the code with external resources and merge it back into our local repository?

The other option may be that it will host completely outside of our network (on some hosting providers) it is not acceptable because it allows employees to use code outside our network.

I am looking for suggestions to solve it.

SVN is not distributed VCS If you want to stick with SVN, There will be no real option than going out of the server in some way.

If you want them to be able to have a separate, external repo that is not physically connected to your internal server, and to manually merge your changes into the central repository, you Such as a distributed VCS or


Comments