Case sensitivity, and importing from Windows

2000-12-20 Thread HMahaffey
I never had to support Windows developers before, but more of them are joining the CVS party lately. We have experienced case-sensitivity problems while importing releases of their code. What happens is the first import will contain a file named "Foo.c". The next import, it might be called

RE: Case sensitivity, and importing from Windows

2000-12-20 Thread Glew, Andy
But how is someone supposed to know on an import whether the case of their files is messed up? Do the import, check it out somewhere, notice the error, do a bunch of "cvs remove" commands, ...? Is there any way "cvs import" could check if there are similarly-named files already