OK. The simple way is to bind Bazaar and Dropbox. Bazaar is one of the free subversion control softwares, like svn, git. What you need to do is just following the steps below.
- Create a folder in dropbox as your work branch
- Use bazaar GUI or command line to initialize this folder which just created in dropbox
- Create a local folder as your local working folder
- In bazaar GUI, checkout the work branch in dropbox to your local working folder; or use command line
mkdir local-working-folder
cd local-working-folder
bzr checkout #Dropbox/work-branch
No comments:
Post a Comment