in reply to Re: Creating Changelogs from CVS with Perl
in thread Creating Changelogs from CVS with Perl

I'm already using tags in CVS to track releases, such as cascade-1_3_5, cascade-1_3_6, etc. Then I want to perform actions like: "Show me all the new features and bug fixes since cascade-1_3_5 was released". I think the cvs2cl.pl script mentioned above is going to do most of what I want. Among other things, it can export the data it gathers as XML, so I should be able to use a standard XML parser to produce results in whatever form I like. It also points to a document on "Good ChangeLog Style" which was useful to read.

-mark

  • Comment on Re: Re: Creating Changelogs from CVS with Perl