Re: email notifications
From: Marc Haisenko <haisenko_at_webport.de>
Date: 2004-06-22 14:51:09 CEST
On Tuesday 22 June 2004 11:11, Roger Keays wrote:
Simply create a post-commit hook like this (that is, an executable script
#!/bin/bash
AUTHOR=`svnlook author "$1" -r $2`
svnlook log "$1" >$TEMPFILE
mail -s "[SubVersion] $AUTHOR committed revision $2" some-list@somehost.net \
rm -f $TEMPFILE
This will mail an email with the subject "[SubVersion] foo committed revision
-- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: haisenko@webport.de --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Jun 22 14:57:31 2004 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.