info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with regexp in commitinfo


From: George
Subject: Problems with regexp in commitinfo
Date: 14 Jan 2003 10:19:09 -0800

I am having problems getting the regexp working in commitinfo script
(cvs 1.11.2):

I want a commit in any file in the "testapp" module under $CVSROOT to
trigger my script.  So I set up commitinfo as follows:
testapp $CVSROOT/CVSROOT/commitcheck

The problem is that not only do commits in files in $CVSROOT/testapp
trigger the script, but all files with the word "testapp" anywhere in
the path seem to trigger the script.  For example, a commit of
"$CVSROOT/someotherproject/testapp/somefile.txt" also triggers the
script.

Is there a more proper way to code the commitinfo file?  I tried this
with the same results:
^testapp $CVSROOT/CVSROOT/commitcheck


reply via email to

[Prev in Thread] Current Thread [Next in Thread]