Server-side email notification
Ivan Sagalaev
maniac at softwaremaniacs.org
Mon Nov 30 16:57:11 GMT 2009
Hello everyone!
We have our company-wide new shiny bzr server that hosts many projects.
To achieve feature-parity with old dusty svn server we want to have
email notifications on pushed revisions. Is there any server solution
for this? bzr-email plugin is nice but it requires setting it up for
every developer on every dev. machine so is not practical. Basically we
need this:
- a shared repo is related to an email address
- pushes into any branches in this repo generate email notification with
a file list and a diff
The closest thing to this we have now is Loggerhead's Atom feeds but
they per-branch (not per-repo) and don't include diffs.
Thanks!
More information about the bazaar
mailing list