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

Re: Subversion hooks

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-07-26 14:56:19 CEST

Olaf Dietsche <olaf+list.subversion-dev@olafdietsche.de> writes:

> "C. Michael Pilato" <cmpilato@collab.net> writes:
>
> > Use stderr. In shell scripts, you can do this like:
> >
> > echo "stdout redirected to stderr" 2>&1
>
> I guess this should be:
> echo "stdout redirected to stderr" >&2

Doh! You're right.

Still, I'm not sure if the client sees any error output unless the
script returns failure (non-zero). We didn't write the hook system to
be a general purposes client feedback mechanism.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 26 14:57:36 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.