From: Baptiste L. <gai...@fr...> - 2002-12-16 22:22:11
|
I got the same issues. I though it was my local copy that got corrupted (I did not notice the change in case). This is caused by a bug in cvs client on Windows. My guess is that it happen when Sven renamed (correctly) StdAfx.h to stdafx.h, and I later submitted my local copy of StdAfx.h. This can be solved by removing the bad StdAfx.h using a case sensitive client (SF shell account would do). But I'll rather wait 48h so that we have a clean tarball backup (on the admin page) before doing that. The last time I tried to change the case of a file from WinCVS I ended up corrupted the CVS repository. The SF guys fixed that, but I heard that they sometime mess up, so I'll rather be safe and have a nice backup. Beyond that, this does not cause any issues during compilation and change commit. Baptiste. ----- Original Message ----- From: "Andre Baresel" <and...@gm...> To: <Cpp...@li...> Sent: Monday, December 16, 2002 10:16 PM Subject: [Cpptool-develop] A minor problem with checkout > I just saw that in the directory ... there are two different "StdAfx.h" > files, one with lower and > one with some uppercase. This leads to an error on my windows cvs: > > ------------------------------ > cvs server: Updating rfta/src/rftaparser > U rfta/src/rftaparser/StdAfx.h > cvs checkout: move away rfta/src/rftaparser/stdafx.h; it is in the way > C rfta/src/rftaparser/stdafx.h > ----------------------------- > > ... well, we know about this ;-) > > any comments on this ? > > -- Andre |