I just have my git repos on Dropbox, I set up as it is here.<http://stackoverflow.com/a/1961515>Then I went to web2py/applications and did
git clone ~/Dropbox/git-repos/name-of-app.git The web interface didn't see it that way so I created the app from the web interface, deleted all the files and copied and pasted it over. On Fri, Feb 24, 2012 at 9:37 PM, pbreit <[email protected]> wrote: > That should work although I would not advise it (it's not clear to me that > git works properly with identical folders on different machines; that's not > really how version control is supposed to be set up). Is your whole web2py > directory in your Dropbox folder? > > I'd recommend getting on Bitbucket or something if possible. It's a little > more clunky because you have to explicitly push and pull. But might be > worthwhile in the long run.

