[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: Bob Archer <bob.archer_at_amsi.com>
Date: Mon, 24 Aug 2009 13:00:00 -0400

>
> 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 ?

I think you have to do something like:

svn move ABC abcx
svn ci
svn move abcx abc
svn ci

Or, perhaps you could do:

svn move http://repopath/path/to/ABC http://repopath/path/to/abc

Personally, I just do it in the TSVN repo browser.

BOb

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

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