I took a look into this, and it doesn't quite do what I want.

What I want is a combination between normal CVS modules and CVS
ampersand modules.  What I want to be able to do is something like this:

        $ cvs co mono-tools
        $ ls
        debugger        type-reflector
        $ touch Makefile
        $ cvs add Makefile

In other words, I want to have a CVS module which contains other CVS
modules, much like ampersand modules, but with the ability to add
additional files to the module, such as a top-level Makefile and
configure script.

When I try the above with ampersand modules, it gives me an error saying
that the current directory is invalid (or something like that).

I want a top-level makefile so we can make all the tools in mono-tools
at once, not individually.  A configure script would also be nice to
check that a C# compiler exists and to capture the installation
directory.  A mono-tools.spec would also be good to create RPMs for all
the mono-tools.

Any ideas on how to do this?

Thanks,
 - Jon

On Tue, 2003-01-28 at 14:57, Urs Muff wrote:
> This is a simple a adding a line in the file CVSROOT/modules:
> mono-tools -a type-reflector mono-debugger 
> 
> Where 'mono-tools' is new module name, and 'type-refelector' and
> 'mono-debugger' are existing CVS modules.
> 
> It's very simple.
> 
> - URS C. MUFF
> SYSTEMS ARCHITECT     - RESEARCH LAB
> 
> > -----Original Message-----
> > From: Jonathan Pryor [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 28, 2003 12:47 PM
> > To: drgoo
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [Mono-list] type-reflector
> > 
> > Type Reflector is now in its own CVS module, type-reflector.
> > 
> > One of these days (weeks?) we'll get a mono-tools CVS module which will
> > contain references to all the other tools running around
> > (type-reflector, debugger, documentation browser...) so you can check
> > out one module to build all these tools instead of modules for all of
> > them.
> > 
> > I'd do it, but I'm no CVS guru.  Miguel would probably do it, but he's
> > attending an ECMA meeting this week, so it probably won't happen soon.
> > 
> >  - Jon
> > 
> > On Tue, 2003-01-28 at 13:30, drgoo wrote:
> > > Where is now the app "type-reflector"
> > 
> > _______________________________________________
> > Mono-list maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to