savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-help-public] [sr #106102] svn beta


From: Dave Hall
Subject: [Savannah-help-public] [sr #106102] svn beta
Date: Wed, 28 Nov 2007 09:48:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10

Follow-up Comment #4, sr #106102 (project administration):

All I did was install libsvn-notify-perl from debian etch and then just put
the contents below in /path/to/repos/phpgroupware/hooks/post-commit

#!/bin/sh
# Make sure I am 770 www-data:phpgroupware

REPOS="$1"
REV="$2"

/usr/bin/svnnotify --repos-path "$REPOS" --revision "$REV" -t
address@hidden -D phpgroupware.org -d -S

The extra flags are:

-t the email address to send the notifications to
-D the domain to append to username for messages
-d include a diff
-S send the envelop sender to the from address


in the can of savannah, you probably just want to use
/usr/bin/svnnotify --repos-path "$REPOS" --revision "$REV" -t
address@hidden -d -S -f address@hidden

-f being to set the from header

HTH

Dave

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?106102>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]