Subversion commit reporter
Project description
SvnReporter generates various reports in response to commits happening in a Subversion repository. It is intended to be called from the post-commit hook.
Two types of reports are supported: single-event and event list reports. The former generate reports relative to the current commit only, and are typically used to generate post-commit mails. The latter generate reports relative to a list of commits, e.g. an RSS feed or a web page showing the latest commits.
Reports can be restricted to commits whose objects match certain criteria, specified by a list of regular expressions.
The format of the reports can be defined freely and flexibly using a very simple template format.