This page is one of many describing EvaluationFeatures that may be useful when comparing monotone to other similar (and not-so-similar) VCS systems.

Description

Commits should trigger email notifications with the commit log message and details of the changes

Supported

Monotone supports this and many similar kinds of actions and triggers via hooks.

There is a hook that can be invoked on commit, but this will run on the individual developer's machine where the commit is done offline. It would be more usual to generate these messages instead when the committed revisions arrive via netsync at a convenient public server (see MasterRepository) with the appropriate email infrastructure. Monotone also includes a hook implementation for emitting events to CIA, from where the notifications can also be sent to IRC channels and RSS feeds.

Further Reference

Manual and Tutorial Sections:

Features and Requirements in other evaluations:

Quick Links:     www.monotone.ca    -     Downloads    -     Documentation    -     Wiki    -     Code Forge    -     Build Status