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

Re: Case-insensitive checks on Mac OS X 10.8.x XPASSing

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: Sat, 13 Oct 2012 17:51:42 -0400

On Sat, Oct 13, 2012 at 5:35 PM, Bert Huijben <bert_at_vmoo.com> wrote:
> Which file system do you run your tests on? (it is easy to create case
> sensitive filesystems manually, but there is no platform independent
> way to detect them)

It's hfs+ case-insensitive - and I am pretty sure that these tests
didn't XPASS when I was on 10.7 on this same machine...from mount:

/dev/disk0s2 on / (hfs, local, journaled)

(note, no case-sensitive in the mount option.)

> The test should only run ok on case sensitive file systems or when
> apr's truename support works (which currently isn't the case on os/x /
> Darwin)

Right - that was my understanding; however, I'm *not* on a
case-sensitive FS and I don't think APR has figured out TRUENAME
support on OS X. Hence, why I'm suspecting that OS X 10.8 changed
something... -- justin
Received on 2012-10-13 23:52:14 CEST

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

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