From owner-freebsd-current@FreeBSD.ORG Tue Mar 10 19:55:21 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 7F17C106566B for ; Tue, 10 Mar 2009 19:55:21 +0000 (UTC) (envelope-from chris@young-alumni.com) Received: from mail.oldschoolpunx.net (cpe-72-177-10-243.austin.res.rr.com [72.177.10.243]) by mx1.freebsd.org (Postfix) with ESMTP id 562C38FC1B for ; Tue, 10 Mar 2009 19:55:21 +0000 (UTC) (envelope-from chris@young-alumni.com) Received: by mail.oldschoolpunx.net (Postfix, from userid 58) id A23EA2E37D; Tue, 10 Mar 2009 14:55:20 -0500 (CDT) Received: from [192.168.8.100] (unknown [192.168.8.100]) by mail.oldschoolpunx.net (Postfix) with ESMTPSA id 1AA922E2E9 for ; Tue, 10 Mar 2009 14:51:27 -0500 (CDT) Message-Id: <8A50A395-9004-4AAF-94E7-460A5020474A@young-alumni.com> From: Chris Ruiz To: freebsd-current@freebsd.org In-Reply-To: <49B63AEC.2070305@prgmr.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 10 Mar 2009 14:51:26 -0500 References: <49B6248F.9040708@prgmr.com> <20090310085736.GB19161@hoeg.nl> <49B63AEC.2070305@prgmr.com> X-Mailer: Apple Mail (2.930.3) 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: Tue, 10 Mar 2009 19:55:21 -0000 On Mar 10, 2009, at 5:03 AM, Michael David Crawford wrote: >> * Michael David Crawford wrote: >>> A tools/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 'tools/regression/usr.bin/pkill/.svn/tmp/prop- >>> base/pgrep-s.t.svn-base' to 'tools/regression/usr.bin/pkill/.svn/ >>> prop-base/pgrep-s.t.svn-base': No 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! I 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+. > HFS+ 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 the install process. There is no conversion process other than reformatting. I currently run 10.5 (and did so with 10.4 and 10.3) as Case-sensitive Journaled HFS+ with no problems. Sincerely, Chris Ruiz