From owner-freebsd-current@FreeBSD.ORG Wed Mar 11 05:42:31 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EEB3106566B for ; Wed, 11 Mar 2009 05:42:31 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 416818FC0C for ; Wed, 11 Mar 2009 05:42:31 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so2703334wfd.7 for ; Tue, 10 Mar 2009 22:42:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BUhi5LU2r/PcJK64JfV5udrcwqAdGA4wJ62OM9zN+oU=; b=iU2NS6pMTiaAx42Lg0fBzfAreeIfnbAwbrWQRVZaqX6lL7xIGfxpuRd/xIZX2hUlB5 c5ovnx302qoLb3Ds3ia2CgkEoXWoEmfzXAUQ4DlEvGK9DzZ7VdRzKVriue0Y03YNO6cz 9ES02A+Np4iPVeLNaDQWaLPew+gSROxvpUZlA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=B7DqdiCyO3UAxKzdCqZcaCsCeqgX6UCzITWzI73+1F8zpx2LfIQXuDFfhs2gZPTUcF 63U5kY0cvFWcrsVnci+w+GwHVUUM708B0+W+VPmMGVtRXM8MVwPCGEY7K1waJIKsT7Mb ybQsQGnLPfdYel5eCYNE5ypzMROCu3WFrmcmE= MIME-Version: 1.0 Received: by 10.142.254.6 with SMTP id b6mr3505734wfi.157.1236750150861; Tue, 10 Mar 2009 22:42:30 -0700 (PDT) In-Reply-To: <8A50A395-9004-4AAF-94E7-460A5020474A@young-alumni.com> References: <49B6248F.9040708@prgmr.com> <20090310085736.GB19161@hoeg.nl> <49B63AEC.2070305@prgmr.com> <8A50A395-9004-4AAF-94E7-460A5020474A@young-alumni.com> Date: Tue, 10 Mar 2009 22:42:30 -0700 Message-ID: <7d6fde3d0903102242g1cc5b56cp31eb134f0a88821@mail.gmail.com> From: Garrett Cooper To: Chris Ruiz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Subversion dies on pkill checkout X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2009 05:42:31 -0000 On Tue, Mar 10, 2009 at 12:51 PM, Chris Ruiz wrote= : > On Mar 10, 2009, at 5:03 AM, Michael David Crawford wrote: > >>> * Michael David Crawford wrote: >>>> >>>> A =A0 =A0tools/regression/usr.bin/pkill/pkill-t.t >>>> svn: In directory 'tools/regression/usr.bin/pkill' >>>> svn: Can't move source to dest >>>> svn: Can't move >>>> =A0'tools/regression/usr.bin/pkill/.svn/tmp/prop-base/pgrep-s.t.svn-ba= se' =A0to >>>> 'tools/regression/usr.bin/pkill/.svn/prop-base/pgrep-s.t.svn-base': = =A0No such >>>> file or directory >> >> Ed Schouten wrote: >>> >>> I guess this is yet another issue we're having with checking out our >>> source tree on case insensitive file systems. >> >> That was it! =A0I should have guessed - it's bitten me before. [*] >> >> The workaround - again this is on Mac OS X - is to use Disk Utility to >> create a big enough disk image file, then after it has been initialized, >> reformat it with a case-sensitive filesystem. >> >> One has the choice of the Unix Filesystem or case-sensitive HFS+. =A0HFS= + is >> case-insensitive by default; I think the case-sensitive option is only >> available in recent OS X versions. > > Actually, Case-sensitive HFS+ has been available since 10.3 (Panther), to > get such a volume you would need to select it from Disk Utility during th= e > install process. =A0There is no conversion process other than reformattin= g. =A0I > currently run 10.5 (and did so with 10.4 and 10.3) as Case-sensitive > Journaled HFS+ with no problems. I second this fact. The only unfortunate thing is that the majority of the time you need to reformat / repartition your disk, and optionally reinstall OSX if it wasn't the target disk. HTH, -Garrett