Mine GO BOOM wrote: |
There are lots of free source control servers out there, but most require you to open source your code. There are also some services out there that will mount locally as a hard drive, or will do automatic syncs with folders that you can use.
The best option though is to host it off your own machine. Since you mentioned source code, could you setup a source control server on your machine, like Subversion? Then you'd get into the habit of source control, have access from anywhere, and dealing with coding conflicts. |