Re: Passsing output of hook-script to client
From: Jochen Wendebaum <jochenSPAM_at_wendebaum.de>
Date: 2005-04-05 10:16:51 CEST
Hi,
> Is it possible to pass an error message from the pre-commit script to
I faced this problem too and solved it like this (as example):
$SVNLOOK log -t "$TXN" "$REPOS" | grep "[a-zA-Z0-9]" > /dev/null || ERROR=1
---------------------------------------------------------------------
|
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.