From owner-svn-src-all@FreeBSD.ORG Tue Jan 20 11:02:34 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADF231065676 for ; Tue, 20 Jan 2009 11:02:34 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id E9DA78FC1E for ; Tue, 20 Jan 2009 11:02:33 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 20 Jan 2009 11:02:33 -0000 Received: from p54A3DE90.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.222.144] by mail.gmx.net (mp033) with SMTP; 20 Jan 2009 12:02:33 +0100 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX1+XEqtffLKXGpws686K+uqNmXdmvmTGWG4zkogKty zGMULTTpYPSaOy Message-ID: <4975AF47.7070506@gmx.de> Date: Tue, 20 Jan 2009 12:02:31 +0100 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200901161547.n0GFlZ4C012008@svn.freebsd.org> <20090117142021.92d5a40b.stas@FreeBSD.org> <20090119165030.GA18409@dragon.NUXI.org> <20090120012525.GC29741@dragon.NUXI.org> In-Reply-To: <20090120012525.GC29741@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.62 Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, Ed Schouten , Stanislav Sedov , Robert Watson , svn-src-head@FreeBSD.org Subject: Re: svn commit: r187332 - head/tools/regression/usr.bin/jot X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 11:02:34 -0000 David O'Brien schrieb: > On Mon, Jan 19, 2009 at 04:55:04PM +0000, Robert Watson wrote: >> On Mon, 19 Jan 2009, David O'Brien wrote: >>> For changes like this to be reasoned because of building FreeBSD on >>> Windows there should consensus. For MacOS X - there is a case sensitive >>> FS. >> So I have to reformat my Mac OS X file systems in order to check out >> FreeBSD source trees on them because the jot(1) regression test relies on >> having two files in the same directory that differ only in case? :-) No > > Does it really prevent one from checking out the sources - the file name > collision should just cause a file to be overwritten. This case should > only be an issue if you're trying to run the tests. Of course SVN complains when it would create a file, which already exists. SVN is a VCS after all. If it would inadvertently plain overwrite existing data it would completely miss one core aspect of a VCS: preserving information.