List of projects:
mkdir will-be-big
cd will-be-big
cvs get .

List of tags on a project:
(not debugged yet)
cvs log * | <filter for only the tags> | <awk or sed to only print the tags,
not the versions> | uniq

I'm sure someone else can come up with a better version of that last one,
doing a log on every file is probably excessive. Would history work better?

Dave Sherohman wrote:
> 
> On Thu, Apr 13, 2000 at 03:06:27PM +0800, Mark Harrison wrote:
> > CVSLS=/aitools/bin/cvsls
> 
> So where does one get cvsls?  Searches on Freshmeat and Google come up
> empty...  Or any other (non-web-based) way of getting a list of projects in a
> CVS repository and/or a list of tags on a project?
> 
> --
> The Shortest Windows Manual:  "Turn off the power switch."
> Geek Code 3.1:  GCS d- s+: a- C++ UL++$ P+>+++ L++>++++ E- W--(++) N+ o+ !K
> w---$ O M- !V PS+ PE Y+ PGP t 5++ X+ R++ tv- b++ DI++++ D G e* h+ r++ y+

Reply via email to