Source control on internet i.e. no private networks.

Posted by Kavitesh Singh on Stack Overflow See other posts from Stack Overflow or by Kavitesh Singh
Published on 2010-03-22T09:53:34Z Indexed on 2010/03/22 10:01 UTC
Read the original article Hit count: 336

Filed under:
|
|

Me and my friend are in the process of starting a small project and want to implement a source control. Now both are located in different cities and can communicate using internet for file sharing etc.

I need an online hosting solution or any way where i can maintain the source code repository for both of us to check in/out. As of now we want to maintain it as private project. Does sourceforge allow hosting projects which would not be opensource?

One option i was thinking, to obtain a static IP form ISP and host the repository.But that mean my system needs to be online when my friend wants to checkin/out or do some diff with old version code.

Secondly, would SVN or git be a better choice in such a situation. I have no experience in git/mercurial as of now.

© Stack Overflow or respective owner

Related posts about version-control

Related posts about c#