info-cvs
[Top][All Lists]
Advanced

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

Re: Get all CVS comments since last tagged version


From: Mark D. Baushke
Subject: Re: Get all CVS comments since last tagged version
Date: Thu, 4 Mar 2010 08:18:59 -0800

> I wonder if it is possible to collect all CVS committ-comments of the
> current HEAD that were added since the last tagged CVS version. That means,
> I only want to get all the comments of files that were edited since the last
> CVS tagged version, NOT the comments of all files.

Assumpton: The last tag was 'FROM_TAG' ..

If the command:

  cvs log -rFROM_TAG::

is not doing what you expect, then you may have to write something
to do what you want. You may find it useful to look at cvs2cl.pl
http://www.red-bean.com/cvs2cl/
The '--delta FROM_TAG:TO_TAG' option might be a starting point.

        Good luck,
        -- Mark

Attachment: pgpNdteQfPEPS.pgp
Description: PGP signature


reply via email to

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