> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 04, 2001 8:08 AM

> Robert Thorpe writes:
> > 
> > Is there any plans to introduce a command to do this more directly?
> 
> There has been a patch posted here to add a "cvs ls" command. 

I have to agree that this is more of a problem than it should be, but here's
a neat trick:

cvs -nt co .

Assuming top level repository directories named foo, bar, and baz, this will
give you output like:

cvs checkout: notice: main loop with
CVSROOT=:pserver:name@server:/somecvsroot
S-> do_module (., Updating, , )
S-> do_module (., Updating, , )
S-> unlink(./CVS/Entries.Static)
cvs server: Updating .
cvs server: New directory `CVSROOT' -- ignored
cvs server: New directory `bar' -- ignored
cvs server: New directory `baz' -- ignored
cvs server: New directory `foo' -- ignored

It only works this well on the top level, but that helps.
Cheers,
Jerry

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to