[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: Tony Sweeney <tsweeney_at_omnifone.com>
Date: Mon, 24 Aug 2009 18:01:31 +0100

Move it to a temporary name that differs in more than just case. In
your example:

svn mv ABC xxx
svn commit -m "rename step 1"
svn mv xxx abc
svn commit "rename step 2".

Tony.

> -----Original Message-----
> From: huser [mailto:mpinjani_at_atxg.com]
> Sent: 24 August 2009 17:24
> To: users_at_subversion.tigris.org
> Subject: changing uppercase to lowercase
>
> 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 ?
>
> Thanks,
> --
> View this message in context:
> http://www.nabble.com/changing-uppercase-to-lowercase-tp251190
> 88p25119088.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&
> dsMessageId=2386774
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit
> http://www.messagelabs.com/email
> ______________________________________________________________________
>

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

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