info-cvs
[Top][All Lists]
Advanced

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

Modules question


From: Mike Chartier
Subject: Modules question
Date: Mon, 8 Jan 2001 13:42:23 -0500

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



reply via email to

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