Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15F1E447A for ; Fri, 8 Jul 2011 01:43:29 +0000 (UTC) Received: (qmail 91943 invoked by uid 500); 8 Jul 2011 01:43:28 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 91803 invoked by uid 500); 8 Jul 2011 01:43:27 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 91795 invoked by uid 99); 8 Jul 2011 01:43:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 01:43:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nkadel@gmail.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-pz0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 01:43:19 +0000 Received: by pzk1 with SMTP id 1so1813128pzk.16 for ; Thu, 07 Jul 2011 18:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=doRWvDln7Bkdwjt4irt9LkzG6L+5LcoGdv5dW2p+XnE=; b=gdxByC7Tuao68RSApBMYHm+PiBCS+ybnMGs6PtPvdJehLb82RpYR6HnUJTXHrFzz99 zoMpJylwjUsnhWVniJ0s4M3JSbuXrZXqS/8BU18Zk3ojxJgX0GaYmDUaoxL1k/cZN5Jv KtdJFhtasdC9hgQslfZBfYP09ZsZ7X272eHOk= MIME-Version: 1.0 Received: by 10.68.32.101 with SMTP id h5mr2093548pbi.158.1310089378578; Thu, 07 Jul 2011 18:42:58 -0700 (PDT) Received: by 10.68.59.41 with HTTP; Thu, 7 Jul 2011 18:42:58 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 Jul 2011 21:42:58 -0400 Message-ID: Subject: Re: README and readme are the same file in windows,but the different in Linux From: Nico Kadel-Garcia To: Andy Levy Cc: zhiwei chen , users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jul 7, 2011 at 7:02 AM, Andy Levy wrote: > On Thu, Jul 7, 2011 at 06:58, zhiwei chen wrote: >> I create two files, README and readme in Linux,then commit to svn server. >> But when I checkout in windows from svn server,you can imagine what will >> happened. > > Windows complains that the file already exists when attempting the > second file and the checkout stops, last time I checked. Is there a > question about this behaviour buried somewhere in your email that I > missed? > > The solution is to disallow filenames that only differ by case if you > expect users to check out to case-insensitive filesystems. Does anyone have pre-commit that will do this? Because it's not a rare problem for our Windows users.