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 549F510FA0 for ; Thu, 20 Jun 2013 22:46:20 +0000 (UTC) Received: (qmail 53760 invoked by uid 500); 20 Jun 2013 22:46:19 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 53739 invoked by uid 500); 20 Jun 2013 22:46:19 -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 53732 invoked by uid 99); 20 Jun 2013 22:46:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 22:46:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of khym@azeotrope.org designates 72.14.183.206 as permitted sender) Received: from [72.14.183.206] (HELO x.azeotrope.org) (72.14.183.206) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 22:46:14 +0000 Received: from localhost (localhost [127.0.0.1]) by x.azeotrope.org (Postfix) with ESMTP id 70B4312CC8 for ; Thu, 20 Jun 2013 17:45:53 -0500 (CDT) X-Virus-Scanned: Debian amavisd-new at azeotrope.org Received: from x.azeotrope.org ([127.0.0.1]) by localhost (x.azeotrope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X5m9w4G_cYQp for ; Thu, 20 Jun 2013 17:45:53 -0500 (CDT) Received: from [IPv6:2602:304:b1b8:f420:75bd:5f72:4fc0:66d5] (unknown [IPv6:2602:304:b1b8:f420:75bd:5f72:4fc0:66d5]) by x.azeotrope.org (Postfix) with ESMTPSA id 7FF8012CC6 for ; Thu, 20 Jun 2013 17:45:52 -0500 (CDT) Message-ID: <51C3861B.4030608@azeotrope.org> Date: Thu, 20 Jun 2013 17:45:47 -0500 From: Dave Huang User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: users@subversion.apache.org Subject: Re: Advice for changing filename case in SVN on case insensitive system References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on x.azeotrope.org X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50 autolearn=no version=3.3.2 On 6/20/2013 5:34 PM, Geoff Hoffman wrote: > We have a bunch of Kohana 3.2 projects in revision control, all with > lower case filenames. > > We're upgrading to Kohana 3.3; one of the main changes to Kohana 3.3 > is implementing PSR-0 filename conventions, which require the class > Model_Myclass to be found in Model/Myclass.php ... in our current repo > it's in model/myclass.php (all lower case). > > I thought I could just svn rename, however I'm confused by the output > I'm seeing: > > svn rename myclass.php Myclass.php > svn: E155007: Path '/Full/Path/To/Myclass.php' is not a directory Perhaps http://subversion.apache.org/faq.html#case-change might be helpful. (Interesting/surprising that SVN 1.7 only fixed svn rename on Windows, but not on other OSes with case-insensitive filesystems like MacOS X)