Is it possible to define a module where two separate modules are checked out, one inside the other
where the second module does not reside at the root of the first module.
Let me explain more:
ModuleA gets checked out to the directory /home/duh/ModuleA
It has a subdirectory in it called dir1/dir2/dir3.
ModuleB should get checked out as "modulesomething" under the dir3 directory.
i.e
/home/duh/ModuleA/dir1/dir2/dir3/modulesomething/ ...
I've tried some experiments like (from modules file).
testmod1 ModuleA
testmod2 -d dir1/dir2/dir3/modulesomething ModuleB
testit testmod1 &testmod2
But that didn't seem to work, am I missing something subtle in the docs?
Harold Lynch
_______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
