Re: force commit comments
From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2003-11-21 00:08:35 CET
I have a few questions...
On 2003-11-20 14:43:25 -0600, Ben Collins-Sussman wrote:
Why using a full path, that may not be correct on all systems?
> LOG=`$SVNLOOK log -t "$TXN" "$REPOS"`
Why not
$SVNLOOK log -t "$TXN" "$REPOS" | grep "[a-zA-Z0-9]" > /dev/null || exit 1
?
Is the > /dev/null really necessary (the /dev/null redirection should
-- Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/> - 100% validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des Jeux Mathématiques et Logiques, TETRHEX, etc. Work: CR INRIA - computer arithmetic / SPACES project at LORIA --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Nov 21 00:09:30 2003 |
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.