> Francesco Costa wrote:
>
> Hi All,
>
> I'm writing this few words to propose a patch to a Win32 path behaviour: system
>ignores case in path.
> This generally isn't a problem (CVS just works) but try this little sequence in NT
>and/or W9x command shell:
>
This is a old one. On Unix (which CVS is targeted towards) cvsroot!=CVSROOT, and it's
unlikely you'll ever get a
patch through that changes this behaviour. The NT Server does use stricmp, but
surrounded by #ifdef _WIN32 lines
just in case it ever gets used on a Unix machine.
Something like this for the client, with the relevant ifdefs might be OK... However
if you're using a Unix pserver
it would be incorrect to modify the server to behave in this way.
Tony
--
#define QUESTION ((bb) || !(bb)) - Shakespeare
[EMAIL PROTECTED]