I never try it... But since web2py like linux and unix everything is in a file somewhere, you maybe could try to make use of symbolic links... So you could have a app (plugin app) that is linked as a plugin in others app (main app that rely on some plugins).
Really not sure how well it could work. If you try something, I would be interested if you report the problems you face and how you walk around. Richard On Mon, Feb 13, 2012 at 3:58 PM, monotasker <[email protected]> wrote: > I'm using a lot of custom plugins to allow re-use of code across several > of my web2py apps. But since the plugins are in a state of constant > updating, it's getting to be a pain to keep them all in sync. I use git for > version control (one repo for each app) and for deployment (on Fluxflex). > I've considered trying to use git submodules, but have found them a bit > confusing (in the little time I've spent looking at them). The overall > problem seems to be exacerbated by the fact that a plugin's files are > spread out across the app's file structure. Any suggestions? > > Thanks, > > Ian >

