info-cvs
[Top][All Lists]
Advanced

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

RE: getting all tags for a module


From: Miller Dale Contractor HQ AFWA
Subject: RE: getting all tags for a module
Date: Mon, 11 Feb 2002 07:31:17 -0600

Colm,
I have not tried your script, however, you could speed it up if you change
the rlog line in the parselog subroutine to use the -h flag:

>     open(CVS_LOG," cvs -q rlog $modulelist|")
>                     || die "Problems running cvs -q rlog 
> $modulelist !\n";
> 

change to:
>     open(CVS_LOG," cvs -q rlog -h $modulelist|")
>                     || die "Problems running cvs -q rlog 
> $modulelist !\n";
> 

The -h option only prints the header which contains the information you are
looking for.

Dale Miller



reply via email to

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