Hi,

I am learning web2py.
I have a simple web2py application, which consists of ~90 files.
I have modified only about 5-10 of them, the rest comes from the 'welcome' 
app.

When managing the project, if possible, I would like to avoid putting all 
the unmodified files under version control.
Is there a way to store the modified files separately, in a distinct 
directory, and use the rest from a standard location?

I could imagine a mechanism where at first, the customized directory is 
searched for required files, and if it's not found,
than the standard one... this way, I would only need to store the few files 
that I have modified, which would make it much easier to grasp the project.

(I think for example node.js has a somewhat similar feature, called 
node_modules, which makes it possible to search for files in several 
directories, see here: http://nodejs.org/docs/latest/api/modules.html )

Thank you for your help:

   Csillag

-- 



Reply via email to