info-cvs
[Top][All Lists]
Advanced

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

Re: NEWBIE question: checkout, sub-modules


From: Larry Jones
Subject: Re: NEWBIE question: checkout, sub-modules
Date: Wed, 25 Apr 2001 16:33:04 -0400 (EDT)

Luna, Glen writes:
> 
> Thanks Larry but it looks like what I want can't be done regardless
> of the number of submodules I attempt to checkout. I also forgot to 
> mention that grapes and oranges are subdirectories (rather than
> simple objects) of vegetables and would be subdirs under fruits.
> 
> We use a simple implementation of cvs (1.9 and 1.10) and have not
> made full use of the admin files found in CVSROOT. I was hoping
> for an answer that would lie within the use of those files.

Well, you *can* do it in the modules file.  If you add an entry like:

        fruits   vegetables

then you can do:

        cvs co fruits/grapes fruits/oranges

and get what you want.  If you always want the same subdirectories, you
can include them in the module definition as well:

        fruits   vegetables grapes oranges

then you can just do:

        cvs co fruits

and you'll get fruits/grapes and fruits/oranges.

-Larry Jones

I always send Grandma a thank-you note right away.  ...Ever since she
sent me that empty box with the sarcastic note saying she was just
checking to see if the Postal Service was still working. -- Calvin



reply via email to

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