Source code inside Dropbox
https://github.com/karalabe/srcbox.git
SrcBox - Source code inside Dropbox =======================================
SrcBox is a cross platform tool to host personal private source repositories inside Dropbox folders that get automatically synchronized between operating systems, machines and backed up on the internet.
Although everything the tool does can be done manually, the goal was to make things simple and user friendly without having to remember a long list of DSVC commands and paths.
Features
Installation and Usage
All of these can also be found in the project's user manual available at the releases section.
Very Basic Sample Usage
$ srcbox create myworldchaging_project git $ srcbox clone myworldchaging_project
// Do some work
$ git add
From computer B:
$ srcbox clone myworldchaging_project // Do some work and push as previously
From computer A:
$ git pull srcbox master // Do some work // .....
For more, please see the samples and tutorials section in the wiki pages.
Supported Platforms
Also the partially supported platforms need some work to be fully supported. In the case of Linux distributions that should be only 3-5 lines of code to enable automatic git installation.
If you'd like to lend a hand, simply fork my repository, hack away and contact me when you'd like to merge something upstream.