I don't think using svn or git makes a difference. I assume you checkout your git repository directly in the web2py applications folder?
My repositories contain other folders beside the web2y application, like doc, test... therefor I checkout the whole repository at a separate location and only make a symbolic link to the web2py applications folder. Otherwise I'd have to checkout only the web2py application from the repository again in the web2py application folder. This will get messy. Further, how do you handle multiple applications? I've about 10 web2py applications, each one in an own repository. The PyCharm web2py detection only works if the web2py directory (or the applications dir) is selected for the project. Therefor I have to create an own web2py instance for each project or otherwise everything is mixed up in one large project. -- 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/d/optout.

