You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Peter Gervai <gr...@tolna.net> on 2002/12/11 16:55:54 UTC

pre-commit 'update'

Hello,

Maybe it's already updated, I am not really involved deeply in the
developing process... but if not:


pre-commit.tmpl:

- echo "$LOG" | grep "[a-zA-Z0-9]" > /dev/null || exit 1

+ echo "$LOG" | grep "[a-zA-Z0-9]" > /dev/null || echo "Empty log message not allowed" 1>&2 ; exit 1


(i hope i got it right. not that complex problem. :))

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org