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

Re: Hook Scripts; How to Send Message to User?

From: Tom Browder <tom.browder_at_gmail.com>
Date: Tue, 9 Jun 2009 16:00:28 -0500

On Tue, Jun 9, 2009 at 10:26, David Weintraub<qazwart_at_gmail.com> wrote:
> Your hook is a Perl script? Let's do it the easy way: In your Perl script,
> use the "select" command to select STDERR as the default file descriptor for
> output:
>
> select(STDERR);
>
> Now, everytime you use a "print" in your Perl script, it'll go to STDERR
> instead of STDOUT.

Okay, got it working, thanks so much, David.

-Tom

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2360735

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-09 23:01:30 CEST

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.