Re: Hook Scripts; How to Send Message to User?
From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 9 Jun 2009 19:19:45 -0500
David's response explained the best way to solve this, but for
On Jun 9, 2009, at 10:17, Tom Browder wrote:
> # Check that the incoming files meet name requirements.
">/dev/null 2>&1" is equivalent to "1>/dev/null 2>&1" and means "send
> if [ $? != '0' ] ; then
"2>&1" means "send anything that would have gone to file handle 2
------------------------------------------------------
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.