Commit messages in Cron Daemon
Hello all, would it be possible to enhance the Cron Daemon commit emails by adding the commit message for every logged commit? Just having a list of changed files is nowhere as interesting as knowing what the changes were for :) Thanks, -- Giuseppe "Oblomov" Bilotta
Giuseppe Bilotta wrote:
Hello all,
would it be possible to enhance the Cron Daemon commit emails by adding the commit message for every logged commit? Just having a list of changed files is nowhere as interesting as knowing what the changes were for :)
Do you happen to know a good svn incancation for that? Currently, the cron message is just the output of svn checkout http://scm.foundry.supelec.fr/svn/luatex that runs 3 times a day (noon, 4pm, 10pm in EU/Amsterdam) Best wishes, Taco
2008/7/30 Taco Hoekwater
Do you happen to know a good svn incancation for that? Currently, the cron message is just the output of
svn checkout http://scm.foundry.supelec.fr/svn/luatex
that runs 3 times a day (noon, 4pm, 10pm in EU/Amsterdam)
And all commits already generate a mail with the commit message to this list. Best Martin
On Mi, 30 Jul 2008, Taco Hoekwater wrote:
Do you happen to know a good svn incancation for that? Currently, the cron message is just the output of
One could add a svn commit hook that is sent out. More useful than the
checkout output.
For our Debian TeX repository we have an extensive commit hook that
sents either only the commit message or the diff, too, to different
lists.
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining
Norbert Preining wrote:
On Mi, 30 Jul 2008, Taco Hoekwater wrote:
Do you happen to know a good svn incancation for that? Currently, the cron message is just the output of
One could add a svn commit hook that is sent out. More useful than the checkout output.
If I understand everything correctly, Gforge already set up a post-commit hook that emails to the luatex-commits mailing list. You can subscribe to that list via: http://lists.foundry.supelec.fr/mailman/listinfo/luatex-commits Downside: it contains not *just* the log message, but also the actual svn diff output (and that is sometimes massive). Best wishes, Taco
participants (4)
-
Giuseppe Bilotta
-
Martin Schröder
-
Norbert Preining
-
Taco Hoekwater