> > 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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
