Re: pre commit trigger
From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 12 May 2009 09:16:43 -0500
On May 12, 2009, at 09:03, Irfan Sayed wrote:
> here is the command i am using...
You will only see the output of your print statements on the client
1. Print to stderr instead of stdout.
Are you doing both of those things?
For example, in bash, you could do this:
#!/bin/bash
echo "This message will be seen by the client" 1>&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.