I tried to find any feature seems like 'rename' both on server side and client side but failed, is it possible?
views:
101answers:
2
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
2009-12-28 14:13:13
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
2009-12-28 14:24:55
probably after you renamed, you should call relocate. then write there your new directory path.
ufukgun
2009-12-28 16:02:47
+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
2009-12-28 14:31:48