How to relocate local svn folder in tortoise SVN(windows)?

svn, tortoisesvn

Solution

Copy-paste the entire folder to different location. As long as it contains `.svn` directory and TortoiseSVN is installed on the machine, it shold work.

Problem

On Windows, I want to relocate my local SVN checkout folder. Currently I am using TortoiseSVN and I want to move the folder to the `www\` folder so that I can run it on my local `wamp` server. How do I do this?

Original source

Related problems