info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a question about defining modules.


From: Lynch, Harold
Subject: a question about defining modules.
Date: Wed, 27 Jul 2005 13:29:55 -0400



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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]