info-cvs
[Top][All Lists]
Advanced

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

annotate


From: igorschein
Subject: annotate
Date: 28 Dec 2004 09:11:12 -0800
User-agent: G2/0.2

Hi,

I need to be able to efficiently execute cvs annotate for each revision
of a certain file.  The only way I know how is

cvs annotate -r1.1 <file>
cvs annotate -r1.2 <file>
...
cvs annotate -r1.<final_rev> <file>

It's slow as it has to make a new connection to remote CVS server for
each revision.  Is there a way to do it faster, at one shot?
Thanks

Igor



reply via email to

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