Reputation: 26129
I've created a "root" folder inside my repo and moved there all my project files and folders. Now I would like to "switch" my local copy so that it will communicate with this folder and not whole repository. How to do this?
Now when I do Update I get not only my old files but it creates folder 'root' on my local copy and moves there whole copy of my project.
Upvotes: 1
Views: 142
Reputation: 48468
Right click on the folder containing your working copy and select TortoiseSVN->Switch. Now just enter the new URL and update.
Upvotes: 1