info-cvs
[Top][All Lists]
Advanced

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

Re: Sub-modules


From: David Fuller
Subject: Re: Sub-modules
Date: Thu, 03 May 2001 07:38:49 -0400

In the modules file you can do things like:

# set up the inner most modules
level3a level3a
level3b level3b
# level2a also contains the level3 modules
level2a level2a &level3a &level3b
level2b level2b
# level1 also contains the level2 modules, which contain the level3
modules
level1 level1 &level2a &level2b

-- David F.

John Temple wrote:
> 
> I would like to setup cvs to allow me to create a Major Module with Sub
> Modules with in it.  With this my developers with have the capability to
> check out the Major Module with all of it's Sub Modules or each Sub Module
> seperately.
> 
> for example:
> Major Module (level1)
>    |_Sub Module (level2a)
>    |    |_Sub Module (level3a)
>    |    |_Sub Module (level3b)
>    |_Sub Module (level2b)
> 
> With this the developer can checkout level1 and get everything or checkout
> level2a which gives them that module and all of its Sub Modules.
> 
> Background:
>  Server: Windows NT
>            CVS 1.10
>  Client: Windows NT
>            WinCVS 1.2
>            Local mounted Directory
> 
> John Temple
> Database Consulting Group
> UserInterface Designer
> address@hidden
> (770)557-4900 ext.227 Office
> (770)633-5033 Cell
> (770)966-4443 Pager
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs



reply via email to

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