[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: Olaf Dietsche <olaf+list.subversion-dev_at_olafdietsche.de>
Date: 2004-07-26 09:34:01 CEST

"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

Regards, Olaf.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 26 09:34:25 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.