CVS checkout broken?

1999-12-02 Thread Michael Weber

Hi!

If I do a new CVS checkout with
  $ cvs -d:pserver:[EMAIL PROTECTED]:/cvs co -dfptools-199912 fpconfig

I get the whole bunch (CONTRIB, happy, haggis, hdirect, nofib, etc.),
despite the `modules' file shows:
fpconfig -a !fptools/ghc !fptools/haggis !fptools/happy !fptools/hslibs
 !fptools/nofib !fptools/green-card !fptools/literate
 !fptools/hdirect !fptools/common-rts !fptools/CONTRIB fptools

Is this a problem with my cvs client or with the repo?


Cheers,
Michael
-- 
Lehrstuhl-Gärtnerei  Michael Weber <[EMAIL PROTECTED]>
Lehrstuhl für Informatik II
RWTH Aachen
WWW: http://www-i2.informatik.rwth-aachen.de/Software/Haskell/



RE: CVS checkout broken?

1999-12-02 Thread Simon Marlow

> If I do a new CVS checkout with
>   $ cvs -d:pserver:[EMAIL PROTECTED]:/cvs co 
> -dfptools-199912 fpconfig
> 
> I get the whole bunch (CONTRIB, happy, haggis, hdirect, nofib, etc.),
> despite the `modules' file shows:
>   fpconfig -a !fptools/ghc !fptools/haggis 
> !fptools/happy !fptools/hslibs
>!fptools/nofib !fptools/green-card 
> !fptools/literate
>!fptools/hdirect !fptools/common-rts 
> !fptools/CONTRIB fptools
> 
> Is this a problem with my cvs client or with the repo?

It's a problem with the interaction between the '-d' option on the
command line and the fpconfig alias in the modules file.  Basically, ye
cannae dae both, by the looks of it.

Cheers,
Simon