views:

101

answers:

2

I tried to find any feature seems like 'rename' both on server side and client side but failed, is it possible?

A: 

i did not try but in TortoiseSVN there is a Repo-Browser when you right click and you can probably rename the project name here.

ufukgun
A window pop and said 'Rename item from http://kaminotebook:70/svn/Testto http://kaminotebook:70/svn/iTest', after that threw an error said 'Repository moved permanently to 'http://kaminotebook:70/'; please relocate'. Nothing changed.
Edward
probably after you renamed, you should call relocate. then write there your new directory path.
ufukgun
+1  A: 

1) Check in the project & make sure no-one is using it. Probably a good idea to stop the server.

2) Back up the repository

3) On the server, rename the root project directory to your new name

4) Start the server again, and on the client, check out using the new name.

Do all this at your own risk - I've only tested it with a local filesystem.

anon
Edward
Well, you installed it, so you should know where you put it.
anon
I found it! VisualSVN doesn't display the location and it's been a long time that i forget it.Your solution works like a charm! I'm greatly appreciate it. i ever did it by new a project and transfer all project files but all history lost.
Edward