Re: How to work on case-sensitive projects?
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:subject:mime-version :content-type:from:in-reply-to:date:content-transfer-encoding :message-id:references:to:x-mailer; bh=jgS2Wxz+jQt5JfENB8hfz448RC9LVwPpMis2+azQVnA=; b=rzwQavVucBSpHQFH46HgQxjh9pfuojU5g7Zptzn65uMooTG85QNbWYtSK4hCKEHfZT 1Dt5MDRbPhRrRXqKU6XjeI/6B5tXZT9ogNgxsU7axCfeBdbHWArId7YpfI6g0OcfUnvE 3NsjhLXPVnQxYsEQUu8OQhhXFXnQpxW16syZc= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=a59fvrmHD5/WOEjazDg1VgXwb+e3SZTvgv8Tl3kSPYxM/bQWCTWRuSQn05ZKUj8cf8 JMt5C9+atAHOIIPMddWtzyjN3tQfOgS1FX6LO/p87FrQTSOz0hfK5q/UAYW0gqB/voy2 A2tUUQMSWZAB5/mARR5AkzuOThzWPDphnIM+E= On Oct 6, 2009, at 12:58 PM, Allen Curtis wrote: Hello, Example: foobar.c FOOBAR.c Is there a way to work around this problem? Thanks Allen Eli _______________________________________________ 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) You could create a r/w disk image formatted with a case-sensitive file system, such as case-sensitive HFS+, then unpack/build the sources on that filesystem. This email sent to site_archiver@lists.apple.com
participants (1)
-
Eli Bach