In my repository I have

$CVSROOT/dir_1/...
$CVSROOT/dir_2/...

I want to define a module that uses some files from dir_1 and other from 
dir_2.

I have my modules file that looks like:

MyModule_dir_1 -d dir_1 dir_1 file1 file2 file3
MyModule_dir_2 -d dir_2 dir_2 file1 file2 file3
MyModule &MyModule_dir_1 &MyModule_dir_2

and I can do a

cvs co MyModule

and everything works fine.

When I do a

cvs update

from the MyModule directory it gets all the files in dir_1 and dir_2, not 
just the ones specified in the module definition.

Is there a way to make this work like I expected it to work or am I stuck 
with this behavoir?

-Mike

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to