RE: Re: Prevent empty commit log message
From: GOVAERTS Lieven <Lieven.GOVAERTS_at_post.be>
Date: 2005-07-28 18:41:24 CEST
If you want to log messages to the client, you have to redirect your
Like this:
echo "The commit message was not supplied or was too short" >&2
Lieven.
_____
From: Adrian Hoe [mailto:mailbox@adrianhoe.com]
On Jul 29, 2005, at 12:11 AM, Frank Gruman wrote:
Just a thought since it seems you just grabbed the default and renamed
Did you also make sure you either 1) have permission to
Since your only request is to make sure the log is not empty, I'd at
I commented out that line with "commit-access-control.pl". It works.
Transmitting file data .svn: Commit failed (details follow):
svn: 'pre-commit' hook failed with error output:
How can I modify the script so that it prompts the cause of the error to
SVNLOOK=/usr/bin/svnlook
$SVNLOOK log -t "$TXN" "$REPOS" | \
grep "[a-zA-Z0-9]" > /dev/null || exit 1
I am not good a shell script. Has anyone modified any?
TIA
-- "If you missed the rising sun and the morning dew, don't miss the beautiful sunset." -- Adrian Hoe inspired by Michal Nowak, June 15 2004 http://adrianhoe.com STRICTLY PERSONAL AND CONFIDENTIAL This message may contain confidential and proprietary material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies. Dit bericht is enkel bestemd voor de aangeduide ontvangers en kan vertrouwelijke informatie bevatten. Als u niet de ontvanger bent, dan mag u de inhoud van dit bericht niet bekendmaken noch kopiëren. Als u dit bericht per vergissing ontvangen heeft, gelieve er de afzender of De Post onmiddellijk van op de hoogte te brengen en het bericht vervolgens te verwijderen. Ce message est uniquement destiné aux destinataires indiqués et peut contenir des informations confidentielles. Si vous n'êtes pas le destinataire, vous ne devez pas révéler le contenu de ce message ou en prendre copie. Si vous avez reçu ce message par erreur, veuillez en informer l'expéditeur, ou La Poste immédiatement, avant de le supprimer.Received on Thu Jul 28 18:47:47 2005 |
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.