[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

post-commit hooks

From: Edmund Wong <edmund_at_belfordhk.com>
Date: Thu, 19 Mar 2009 14:41:44 +0800

Hi,

Pardon my ignorance, but with regards to the post-commit
hook, say if I want to have an e-mail sent out with a
diff or patch of what was committed, I use the commit-email.pl
script, right?

The error I'm getting is :-

/repos/hooks/commit-email.pl: use of either '-h' or '--from' is
   mandatory when sending email using direct SMTP.

my post-commit script :

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

/repos/hooks/commit-email.pl "$REPOS" "$REV" -h mysys --from \
                            committer_at_thisdomain.com

Am I missing something important?

Thanks!

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1353787

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-19 15:33:21 CET

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.