[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Advice for changing filename case in SVN on case insensitive system

From: Dave Huang <khym_at_azeotrope.org>
Date: Thu, 20 Jun 2013 17:45:47 -0500

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)
Received on 2013-06-21 00:46:24 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.