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

Re: changing uppercase to lowercase

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 24 Aug 2009 12:59:43 -0400

On Mon, Aug 24, 2009 at 12:23, huser<mpinjani_at_atxg.com> wrote:
> Hi,
>
> How can I change a dir name in SVN from uppercase to lowercase on WIN ? I
> tried
>
> svn move ABC abc
>
> But it doesnt work. What is the correct way ?

On Windows, you'll have to do it via repository URL instead of in your
working copy, since Windows isn't case-sensitive. You may have to
locally delete (not svn delete) the file, then svn update, for the new
case to appear in your WC.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386784

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-24 19:00:43 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.