site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=SnBljz0H73lw1FxEARq9Oe2ogWHi5W6rZQZRjcHJZhs=; b=Ry21YBEGeYWrTH1v22jLrEC2jrPzY7z6voYoIpgVeoYccgK+zG35IXaplCiL+JMW/6 xgteV/bOGph5SHXEqHatO4KDzhdok9DHpRcq79Rtq3QwlhbwiLFBTM6ehiN1mV8mp23G 9k3DH4O/4PCzwN2UACY4vtuYndZKO836UT5i4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=vW50Vy5g+AQl5IVU/Af58q4sBm4jQMTVadeHFanYmrKsJ2klxBosCufqen85r1PwrZ S0cHl6ShVkInXc/9AaRNUABeHGJrcwhPrynpNr+TmOGBZIC01scRQ+iEOByHV/ik9ymk TxqTCOMvZosvxT8AnBQV7oukvo4LcTqowTHYI= Example: foobar.c FOOBAR.c svn mv ... (yes, this is a serious recommendation). Thanks Allen _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I am trying to work on a project which contains files whose names only differ in case. I ran into this problem when checking the source code out from Subversion. My investigation of the problem indicates that the OS-X filesystem is not case sensitive. (which I found odd for a UNIX based system) Is there a way to work around this problem? Or, you could do your work on an HFSX partition with case sensitivity enabled using either Disk Utility, diskutil(8), or hdiutil(1) (for disk images). Is it possible to create a file based, file system which can then be mounted and used. Sort of like a writable ISO. This email sent to site_archiver@lists.apple.com