asp.net - What is a good method for sharing source code among 3-4 developers that does NOT require it to be Open Source? -


I am a newbie developers and I am creating an application with 3 other remote developers. I have worked alone so far, and now I want a way to share my source code with other developers of the project. For the purpose of open source development, Project Sites (SourceForge, Codeplex, Google, etc.) are not interested in making my code available in the world, I am just looking for a method of sharing code between four of us What is the most well known method in ... or how is it usually accomplished?

Yes, you have the version control repositories that are remotely accessible, excellent and very widely used is; Is a good choice.

You can install your own repository - you will need a server which can access all Dev through SSH, or via Apache / WebDive - or using a hosted service. Can, like,, etc.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -