On Fri, Feb 13, 2009 at 12:41 AM, Jay Soffian <jaysoffian@xxxxxxxxx> wrote: > On Thu, Feb 12, 2009 at 11:08 PM, Ben Hoskings <ben@xxxxxxxxxxxx> wrote: >> My system is a Mac OS X 10.5.6 box (aluminium MacBook); some details are >> below. > > HFS+ is case-insensitive by default. The Linux kernel has files which > collide on a case-insensitive filesystem, which is what you're seeing. > > Create a disk image using Disk Utility, you can use "Mac OS Extended > (Case-sensitive)". Check-out the repo to the disk-image. Or: $ hdiutil create -size 1g -fs UFS -type SPARSEBUNDLE -nospotlight -attach -volname linux-2.6 linux-2.6 $ cd /Volume/linux-2.6 $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git I think SPARSEBUNDLE will be a little friendlier to Time Machine. Using UFS isn't strictly needed for checking out the kernel repo, but it's not brain-damaged like HFS+ w/respect to Unicode. j. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html