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

Re: Hook Script Question - Sending Positive Feedback to the committer

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-21 03:09:44 CEST

On Oct 20, 2006, at 10:20, Peter Kahn wrote:

> With hook scripts I can easily send back information to the user's on
> a failure. I'd like to send back information to the user on a
> successfull commit (e.g., "Please merge to Foo branch as well"). Is
> there a way to do this, must I use email or IM for that communication
>
> failure case
> echo "Such and such was bad" >&2
> exit 1

No, you can't echo any message for successful commits. (Well, you
can, but nobody will see it.) You'll have to use another means, like
email or IM, in the post-commit hook would be best.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 21 03:10:51 2006

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.