CVSChangeLogBuilder project

CVSChangeLogBuilder is a Perl utility to generate ChangeLogs or CVS reports for a project hosted on a CVS server. The main goal is to provide a better output that the 'cvs log' command, to build sorted text only or graphical html reports. Available outputs provides among standard informations, the status of the change (added,changed,removed), allows easy "differential" changelogs, between 2 versions, even when they are not in the main branch, are friendly to read. Text outputs can be grouped by different criterias (by date, by file, by log, by author).

So you can, for example, know which files were modified between two old versions to prepare a light diff package for an old customer, you can see what was done on current development version, sorted by date, to know what happened during your 5 days holidays, you can build a changelog ready to be included in your rpm %changelog section with correct format, see how many commits were done on a particular file with no need to scan the 'cvs rlog' output, etc... CVSChangeLogBuilder is also an easy to use command line interface (Perl tool). CVSChangeLogBuilder offer 5 kinds of output:
* buildhtmlreport To build an HTML report of a CVS project activity.
* listdeltaforrpm To build a changelog to include in a rpm .spec file.
* listdeltabydate To build a changelog by date (looks near 'cvs log').
* listdeltabyfile To build a changelog by file.
* listdeltabylog To build a changelog by change comment.

If you want to have information on CVSChangeLogBuilder OpenSource projet, keep an eye on CVSChangeLogBuilder official web site.

NLTechno sponsors and works actively on development of this software and promote it in several ways:

NLTechno offers the developer of project (Eldy).

NLTechno builds and hosts statistics reports of CVSChangelogBuilder development, hosts the CVSChangelogbuilder online demo and releases new CVSChangelog versions.