CvsMailer

CVSMailer

Author: Bo Berglund

[WWW] http://w1.862.telia.com/~u86216121/cvsmailer/CVSMailer.html

Text below is from CVSMailer site.

Automatic email on commits and other events

There is often a need to let developers have some form of notification when changes are done to their repository. This can be done in CVS in several ways, one of which is automatic email transmissions on commits and other events. The mechanism that controls this in CVS is the script files in the CVSROOT admin folder. These script files are called whenever CVS performs certain actions and what happens is depending on what is written in the script files. By default the script files are commented out and so contain no actions. There are many different methods of activation out there most of them descending from UNIX and using Perl scripting. I never got that to work probably because I cannot read or write Perl... So I decided to take a different approach and wrote a mailer program myself that handles the email stuff for me. This is the CVSMailer program that can be downloaded here:

Features of CVSMailer

This is a list of some of the features of the program as per version 1.3.1:

Functional features:

Troubleshooting features:

last edited 2004-10-02 23:49:02 by archer