Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Tony, the scripts are definitely case sensitive in the evaluation of the regular expression. I have done an experiment today: First set the sandbox CVS/Repository file to define the module using all lowercase letters as "wsmdb". I have the loginfo file looking like this: WSMDB CvsMailer.exe ...... -ruser3,user4 ALL CvsMailer.exe .... -ruser1,user2 When I now commit a single file edit I get *one single call* in loginfo to the CVSMailer program using the parameters -ruser1,user2 Now I changed the CVS/Repository file to set the module name to WSMDB. Then edited and committed a new change to the test file. Now I get two calls to CVSMailer, meaning that both the line with the match "WSMDB" and the one with the ALL directive triggered. And in my case it points to another problem in my program, because now it adds the files twice to the list in the message. I will fix that one though. So I am still here with the alternative (no fun..) of doing this (matches two cahrs in each pos): [Ww][Ss][Mm][Dd][Bb] CvsMailer.exe ...... -ruser3,user4 ALL CvsMailer.exe .... -ruser1,user2 I am looking for a simpler way.... /Bo -----Original Message----- From: tmh at nodomain.org [mailto:tmh at nodomain.org] Sent: den 22 januari 2003 15:05 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: Re: [cvsnt] Re: script filter question On Wed, 22 Jan 2003 14:42:37 +0100, Bo Berglund <Bo.Berglund at system3r.se> wrote: >I would like to set the loginfo expression such that *all* variations of letter case are >accepted (case insensitive). Can this be done in CVSNT or else how can it be done? > The info files should all be case sensitive already... certainly they are here...? 'cvs -t' will tell you what it's trying to do - maybe there's another problem lurking somewhere. Tony _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs