On Friday, February 21, 2014 7:28:20 PM UTC-8, Mark Graves wrote: > > Hey everyone, > > I'm trying to use web2py to manage multiple repos on my local system. > > I know using os.chdir is a problem. > > Is the best way to just hg clone [REPO_URL] [FULL_PATH_TO_FILES]? > > I'm not sure what you mean by "manage multiple repos" ... are you trying to use w2p as a front-end for mecurial? Are you wanting to browse the repos and/or push/pull? Mercurial has its own web-server that would run directly under apache (it also has a lighter web-server which is mostly used for temporary intranet sharing, AIUI).
If you are trying to front the repos from web2py, perhaps you want to investigate the command server that mercurial provides. If I'm off-track on what you want to do, perhaps you could gives us a more precise description. /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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

