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

_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to