Re: How to force comments on SVN commit
From: Dave Peters <gameslover987_at_yahoo.com>
Date: Thu, 28 May 2009 13:08:22 -0700 (PDT)
I got the following errors when I commit the changes:
Error: Commit failed (detailed follow):
*************************
REPOS="$1"
SVNLOOK=/usr/bin/svnlook
LOGMSG=`$SVNLOOK log -t $TXN $REPOS | grep [a-zA-Z0-9] | wc -c`
if [ "$LOGMSG" -lt 5 ]; then
commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1
exit 0
Thanks.
--- On Wed, 5/27/09, David Weintraub <qazwart_at_gmail.com> wrote:
> From: David Weintraub <qazwart_at_gmail.com>
------------------------------------------------------
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.