[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: case insensitivity revisited

From: Kenneth Porter <shiva_at_sewingwitch.com>
Date: 2006-10-26 17:29:19 CEST

--On Thursday, October 26, 2006 7:56 AM -0700 "James M. Lawrence"
<quixoticsycophant@yahoo.com> wrote:

> (d) reinstall OS X using case-sensitive HFS+ (forcing an error at
> #include "foo.h").

I'd vote for this one. Or get gcc to somehow check the case of the filename
found. This is a portability error, and will cause your code to break when
compiled on a case-sensitive system.

I continue to run into this with code developed on Windows that's ported to
Linux. Not just C/C++, but also web files that are moved from an IIS server
to Apache on a case-sensitive server. Just the other day I ran into this
with some HTML documentation for a game addon that I moved to my Apache
server for the benefit of other users. The background image file was
referenced in the body style with the wrong case, so the page rendered with
the client's default background color, quite ugly.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 26 17:31:01 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.