Tom Smykowski
Tom Smykowski

Reputation: 26129

How to "switch" project to subfolder?

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

Answers (1)

Joseph Daigle
Joseph Daigle

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

Related Questions