Hook Scripts; How to Send Message to User?
From: Tom Browder <tom.browder_at_gmail.com>
Date: Tue, 9 Jun 2009 10:17:30 -0500
I have a pre-commit hook script that is properly aborting the commit
The book says anything written to stderr is marshalled to the user,
I have this in my hooks/pre-commit
===>
Then I try to commit a file with disallowed name:
$ svn ci badname -m"test"
The Perl script called by pre-commit writes to STDERR.
I have tried writing to an explicit file and then using cat in
What am I doing wrong? How does one get the called script's error
Thanks.
-Tom
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.