On Monday, February 10, 2014 6:30:47 PM UTC-8, 黄祥 wrote: > > please use version control (git, mercury for your code) and then backup it > up to another media as well (nas, tape) or you could store it in online > backup like (dropbox, google drive) if it's your own project, i don't think > so in your company allowed it to do so. >
Just a reminder that the admin interface gives a simple Mercurial usage. web2py is set up to detect your Mercurial install, and the repository is a subdirectory of the app directory. Your backup scheme should include making sure that directory is included. The web2py interfaces doesn't directly support features like branching, but you can do that from the command line outside of web2py easily enough. I used that to keep track of some of the more amusing even/odd background color experiments I did for an SQLTABLE. (I have some non-web2py Mercurial repositories where merging branch heads is useful. I'd consider myself a "competent user" rather than a "power user", as I have barely touched topics like rebasing or subrepositories, and have avoided mq (but the new shelve command seems to be the way to go).) /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.