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

Re: echo in post-commit hook

From: Johannes Holzer <hl.ichaus_at_arcor.de>
Date: 2006-07-12 10:21:02 CEST

Annick Collet schrieb:
> Dear all,
>
> I would like a msg to be sent to users under certain condition.
> In post-commit hook:
> I test the condition with svnlook.
> then I use
> echo 1>&2 'message'
> Unfortunately the msg is not displayed . Any idea why ?
>
The post-commit hook is executed on the server. So, you probably print
to /dev/null on you svn Server. Your User won't see anything.
If your users need feedback, you may write them a mail from the
post-commit hook....

johannes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 12 15:37:32 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.