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

Re: How can I check 'post-commit' hook error

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-01-25 09:54:26 CET

On Wednesday 24 January 2007 18:38, ying lcs wrote:
> /usr/bin/python /srv/svn/repositories/sample/hooks/trac-post-commit-hook \
> -p "$TRAC_ENV" \
> -r "$REV" \
> -u "$AUTHOR" \
> -m "$LOG" \
> -s "$TRAC_URL"

Obviously the output of this command should go to stderr. I guess that the
script itself doesn't do so (A bug? A possible enhancement?) so you need to
do it yourself:

  /usr/bin/python /path/to/script > /dev/stderr

I'm not sure, the '/dev/stderr' migth be a Linux-ism and not portable. In that
case I would perhaps try this:

  /usr/bin/python /path/to/script 1>&2

which is less self-documenting but probably more portable.

Uli

**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.

**************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 25 09:55:00 2007

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.