Re: pre-commit.pl
From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 16 Dec 2008 11:47:00 -0500
Is this a server side hook?
Try this:
#! C:/bin/perl
print STDERR "Hello World\n";
That will display your message back to the client. Of course, it will
Server side hooks print nothing to the client unless there's a failure
If you want to send information back to the client, you have to use
On Tue, Dec 16, 2008 at 5:12 AM, Ilan Yaniv <Ilan.Yaniv_at_timetoknow.org> wrote:
-- -- David Weintraub qazwart_at_gmail.com ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=985092 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2008-12-16 17:48:08 CET |
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.