info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nesting projects


From: Larry Jones
Subject: Re: Nesting projects
Date: Fri, 28 Jun 2002 10:31:34 -0400 (EDT)

Rich Bodo writes:
> 
>       If I have a repository with projects A, B, C, and D.  And I
>       want to make B and C subprojects of A.  When I checkout A, I
>       also get it's subprojects B and C.  But when I check out B, I
>       get only B, and B gets treated like a it's own module by cvs,
>       and makes me feel warm all over when I see it all listed as if
>       it were a directory tree in viewcvs.
> 
>       Is this what rtag is for?

No, that's what the CVSROOT/modules file is for.  The most natural thing
to do in your scenario is to make B and C subdirectories of A but give
them their own entries in the modules file.  Something like:

        a       a
        b       a/b
        c       a/c

-Larry Jones

Monopoly is more fun when you make your own Chance cards. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]