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

pre-commit hook

From: Annick Collet <Annick.Collet_at_eumetsat.int>
Date: 2005-11-22 11:25:25 CET

Dear all,

I'm trying a pre-commit script to enforce a log message like "[1234]"
( 4 digits numbers in brackets")
I encountered problem with my grep command which does not actually what
I want
..
 SVNLOOK log -t "$TXN" "$REPOS" | grep "[0-9999]" > dev/null || exit 1
..
Any idea ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 22 11:27:32 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.