[Mono-list] type-reflector
Jonathan Pryor
jonpryor@vt.edu
02 Feb 2003 16:01:39 -0500
That's exactly what I was looking for. Thanks!
- Jon
On Sun, 2003-02-02 at 15:42, Peter Williams wrote:
> 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