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 AA6FE401A for ; Thu, 7 Jul 2011 11:03:36 +0000 (UTC) Received: (qmail 71238 invoked by uid 500); 7 Jul 2011 11:03:35 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 71144 invoked by uid 500); 7 Jul 2011 11:03:32 -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 71137 invoked by uid 99); 7 Jul 2011 11:03:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 11:03:32 +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 andy.levy@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-ew0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 11:03:24 +0000 Received: by ewy20 with SMTP id 20so397012ewy.16 for ; Thu, 07 Jul 2011 04:03:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=G/iZ4MDiLHFB/Q33XBDtIK8wBu5eLSFc0P7KGMAvWBk=; b=X526bZ0Gv9RhJ9h7FY0rIye8QYapyLOqpdBR4Mc+zra1Z6GdeGkgiseXqozhSiT0PW UN3E8gvC7U404XMIe7kXM+HUpttd101XaSbF4cNwTQkyPZUCX1XeXHWWLpiQoWBZDhGw bRhRC88JIZqpjB4t9ZVlujpfDfqyYjfh6N+Wo= Received: by 10.14.22.66 with SMTP id s42mr157317ees.245.1310036584156; Thu, 07 Jul 2011 04:03:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.127.199 with HTTP; Thu, 7 Jul 2011 04:02:24 -0700 (PDT) In-Reply-To: References: From: Andy Levy Date: Thu, 7 Jul 2011 07:02:24 -0400 Message-ID: Subject: Re: README and readme are the same file in windows,but the different in Linux To: zhiwei chen Cc: 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 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.