Re: Get all CVS comments since last tagged version
"Mark D. Baushke" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
> 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
signature.asc
(application/pgp-signature, 186 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFLj91yCg7APGsDnFERAjM+AJwO9Q9w/v/LclXJoapqu7GmWwo4AQCfU5Lq P0uY5lhhfNMdDtdJatYiJdI= =Jijr -----END PGP SIGNATURE-----