Login | Register
My pages Projects Community openCollabNet

Discussions > users [DISABLED] > RE: changing uppercase to lowercase

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

RE: changing uppercase to lowercase

Author pilotbob
Full name Bob Archer
Date 2009-08-24 10:00:10 PDT
Message >
> 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

« Previous message in topic | 2 of 5 | Next message in topic »

Messages

Show all messages in topic

changing uppercase to lowercase huser <mpinjani at atxg dot com> huser <mpinjani at atxg dot com> 2009-08-24 09:23:39 PDT
     RE: changing uppercase to lowercase pilotbob Bob Archer 2009-08-24 10:00:10 PDT
     Re: changing uppercase to lowercase levyam Andy Levy 2009-08-24 09:59:45 PDT
     RE: changing uppercase to lowercase "Tony Sweeney" <tsweeney at omnifone dot com> "Tony Sweeney" <tsweeney at omnifone dot com> 2009-08-24 10:01:11 PDT
     Re: changing uppercase to lowercase ryandesign Ryan Schmidt 2009-08-24 13:16:21 PDT
Messages per page: