Source control on internet i.e. no private networks.
- by Kavitesh Singh
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.