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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
