[ale] Typo in Re: [ale] CVS 'modules' 'style' and 'HOWTO' question
John Mills
jmmills at telocity.com
Mon Mar 4 17:11:14 EST 2002
Sorry for the static -
On Mon, 4 Mar 2002, John Mills wrote:
> You can define CVS modules on a 'per-file' basis, though it ain't pretty.
Obvious and careless cut-and-paste error here -- sorry:
> ***********************'$CVSROOT/CVSROOT/modules'*********************
> # blah blah
>
> # a phony module to pull files from .../Interface/
> mod1com -d prod/src/include/interface prod/src/include/interface mod01If.h
> # collection of normal and phony modules to aggregate
> Module01 -a mod1com prod/src/mod01 prod/src/include/mod01
> # and so on for the second kit
> mod2com -d prod/src/include/interface prod/src/include/interface mod02If.h
> Module01 -a mod1com prod/src/mod02 prod/src/include/mod02
^^^^^^^^ ^^^^^^^
Naturally, those should have read:
Module02 -a mod2com prod/src/mod02 prod/src/include/mod02
> ***********************************************************************
Then you get your file copies with:
% cvs checkout Module01
% cvs checkout Module02
> > > SOURCE TREE:
> > >
> > > prod/
> > > src/
> > > mod01/
> > > mod01A.cpp
> > > mod01B.cpp
> > > ...
> > > mod02/
> > > mod02A.cpp
> > > mod02B.cpp
> > > ...
> > > include/
> > > interface/
> > > mod01If.h
> > > mod02If.h
> > > ...
> > > mod01/
> > > mod01A.h
> > > mod01B.h
> > > ...
> > > mod02/
> > > mod02A.h
> > > mod02B.h
> > > ...
> > > ...
- John Mills
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.
More information about the Ale
mailing list