info-cvs
[Top][All Lists]
Advanced

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

RE: cvswrappers file


From: Conrad T. Pino
Subject: RE: cvswrappers file
Date: Mon, 26 Apr 2004 08:15:54 -0700

Hi Jim & Peter,

> From: Jim.Hyslop
> 
> > Are there case sensitivity issues in the cvswrappers file? I 
> > mean should I,
> > to be safe, have listings like
> > *.gif -k 'b'
> > *.GIF -b 'b'
> Hmmm... I'm not entirely sure, but I would think so. 
> 
> I don't know if you can use regular expressions in cvswrappers - the
> documentation says "wildcards", so I suspect not. I've cc'd this to the
> info-cvs mail list, so that anyone with a little more experience with
> cvswrappers can confirm or deny my allegations ;-)

Consider, 3 letters varying only in case, are 2^3 =  8 cases.
Consider, 4 letters varying only in case, are 2^4 = 16 cases.

Which is why I use these and they seem to work for me:

*.[Ee][Xx][Ee]                  -k 'b'
*.[Gg][Ii][Ff]                  -k 'b'
*.[Hh][Ll][Pp]                  -k 'b'
*.[Ii][Cc][Oo]                  -k 'b'
*.[Jj][Pp][Ee][Gg]              -k 'b'
*.[Jj][Pp][Gg]                  -k 'b'

Best regards,

Conrad Pino





reply via email to

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