info-cvs
[Top][All Lists]
Advanced

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

RE: Viewing a list of projects


From: Jerry Nairn
Subject: RE: Viewing a list of projects
Date: Tue, 4 Dec 2001 11:45:11 -0800

> From: address@hidden [mailto:address@hidden
> 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:address@hidden:/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



reply via email to

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