[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

pre-commit 'update'

From: Peter Gervai <grin_at_tolna.net>
Date: 2002-12-11 17:55:54 CET

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
Received on Wed Dec 11 17:56:49 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.