On Sun, 2003-02-02 at 12:31, Jonathan Pryor wrote:
> 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.

This sounds a lot like how the macros/ directory used to be included in
GNOME CVS directories... you could checkout GNOME's CVSROOT/modules and
see how it was done there, but if I recall correctly it would be:

mono-tools mono-tools &debugger &type-reflector

HTH,
        Peter

-- 
Peter Williams     [EMAIL PROTECTED] / [EMAIL PROTECTED]

"[Ninjas] are cool; and by cool, I mean totally sweet."
                              -- REAL Ultimate Power

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

Reply via email to