The following are defined in modules file:

CppAlgo    -a CppAlgorithms
SelAlgo    -a SelAlgorithms

Algorithms       &CppAlgo &SelAlgo
algo             Algorithms


The last definition is not recognized. I am trying to give the
Algorithms module another name "algo" which I was going to used in a
directory structure definition as follows:

DirStructure   mpeg &algo

I guess, this is not supported. 
The effect I am trying to have is to have the same effect as the
following command sequence 
> cvs co -d DirStructure mpeg
> cd DirStructure
> cvs co -d algo Algorithms

It is possible either by defining Algorithms as algo OR by using the
module option -d

Algorithms -d algo &CppAlgo &SelAlgo

Still, I was hoping to change a modules name as I wish...



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

Reply via email to