We are a group of 3 people with computers who are inside a network that very closed and we don’t have access to a bunch of ports. It would be beneficial to have a solution where we can also access the code from home.
Is there a source control software that works well in a situation like this?
I’m using Mercurial along with Dropbox to have access to my source control both at home and at work. Are you allowed to install software on the computers you are using? If so, perhaps this would work for you too.
and get an account each. It’s free
for 2 GB of data and runs via port
80, same as a web browser.
shared folder (from the Dropbox web
interface)
the shared folder and make it into a
Mercurial repository
Mercurial from the Quick
Start and work away.
To get access at home, just install Mercurial and Dropbox on your home computers and log in with the same Dropbox account.
Any changed files will be automatically pushed from one computer to another. I use the Dropbox repository as the main repository, and clone a working copy from there while I work. Once I’m satisfied with my changes, I’ll push them to the Dropbox repository. Your friends can then pull those changes into their own working copies when they want to.