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