pre-commit doesn't work
From: <c.marschalek_at_schrack-seconet.com>
Date: 2006-07-25 10:42:54 CEST
Hi everyone,
I have a simple pre-commit hook that checks if the log message is empty or
-------------------------------- START OF SCRIPT
REPOS="$1"
SVNLOOK=/usr/bin/svnlook
LOG=`$SVNLOOK log $REPOS --transaction $TXN`
# All checks passed, so allow the commit.
My commits only work after the second attempt to commit (with a log
My current version: svn, Version 1.3.0 (r17949)
Any suggestions? :)
best regards,
|
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.