info-cvs
[Top][All Lists]
Advanced

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

List of directories under a "top-level" module


From: chaitu
Subject: List of directories under a "top-level" module
Date: Tue, 9 Sep 2008 04:53:40 -0700 (PDT)
User-agent: G2/1.0

If my CVS repository is /src, and there is a top-level module called
abcd under /src, normally I issue checkout of abcd in this way:

cvs co abcd

If abcd contains 40 subdirectories or submodules in addition to some
files, and if some of them are bulky, it takes a hell lotta time to
check abcd out fully, across a trans-continental slow network. So I am
looking for some feature like querying the CVS server for getting
myself a list of submodules under a module so that I can eliminate the
bulkier, not-so-frequently-used submodules from the list and check out
under abcd only the lighter frequently-used modules.

And let me say in advance that update is ruled out in the scenario
here. I am expected to check out source code daily before the build
begins.

Any help will be much appreciated.... :)

- Chaitanya


reply via email to

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