info-cvs
[Top][All Lists]
Advanced

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

RE: checking out of all the modules in a specified repository


From: Conrad T. Pino
Subject: RE: checking out of all the modules in a specified repository
Date: Mon, 22 Mar 2004 23:51:55 -0800

> > This is in regard to our CVS query,we have to enhance the CVS existing
> > functionality in which we have to check out all the modules fronm a
> > specified repository.
> 
>   cvs checkout -d top .

This will get the complete physical layout of the repository in a working
directory called "top" but that *may* not be what you've asked for.

If you've defined modules that differ from the physical layout then the
above won't be what you're looking for however you can define a "super"
module that contains all your defined modules.  Then just check out the
"super" module.

If module check out needs to be automated then checking out CVSROOT/modules
and parsing it is the only way to go.

Conrad





reply via email to

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