Thank a lot! I'm now receiving the checkin messages.

Although I didn't expect fancy colored HTML, I'm not really sure it's worth it :) (As a side effect, the message body doesn't appear in the SF list archives, which in that case is not really a problem.)

Just a note (sorry I couldn't answer earlier), svn comes with other example scripts that you can use to send emails, for instance in my debian when I install a svn repository, hooks/post-commit.tmpl is an example post-commit program, which calls /usr/lib/subversion/hook- scripts/commit-email.pl

Cheers,
Florent

On 22 Feb 2006, at 09:16, Michael Bayer wrote:

permissions/environment quite a pain in the neck on that script but up and running, subscribe to sqlalchemy- [EMAIL PROTECTED] .

On Feb 21, 2006, at 3:11 PM, Kevin Dangoor wrote:

#!/bin/sh
REPOS="$1"
REV="$2"
/usr/local/bin/svnnotify -r $REV -C -d -H HTML::ColorDiff -p $REPOS -t
[EMAIL PROTECTED] --from [EMAIL PROTECTED]
--reply-to turbogears@googlegroups.com


--
Florent Guillaume, Nuxeo (Paris, France)   Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to