info-cvs
[Top][All Lists]
Advanced

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

Re: modules file


From: Pierre Asselin
Subject: Re: modules file
Date: 12 Mar 2002 20:31:31 -0600

Arcin Bozkurt - Archie <address@hidden> writes:


>The following are defined in modules file:

>CppAlgo    -a CppAlgorithms
>SelAlgo    -a SelAlgorithms

>Algorithms       &CppAlgo &SelAlgo
>algo             Algorithms


>The last definition is not recognized.

Does the "Algorithms" module work as you want?  If so, try simply
    algo        &CppAlgo &SelAlgo

In the modules file, module definitions (the simpler ones, anyway)
have the form

    modulename  path/to/the/top/of/the/module/tree

where the path is relative to $CVSROOT.  Then there are alias
definitions, amperstand modules, etc.

Your definition of "algo" sent cvs looking for a directory
$CVSROOT/Algorithms, *not* a module "Algorithms".

--
Pierre Asselin
Westminster, Colorado


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----


reply via email to

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