info-cvs
[Top][All Lists]
Advanced

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

modules file


From: Arcin Bozkurt - Archie
Subject: modules file
Date: 11 Mar 2002 11:12:39 -0500

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...





reply via email to

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