How do I remove a folder from being source controlled with TortoiseSVN?
If you want to remove the folder from source control but keep it locally, the easiest way would be to
You should also delete the .svn
directory that's kicking around in the folder that you're removing or you'll end up confusing svn/tortoise. You can also do an "Export" for step 1 which will remove any .svn
directories for you (if you're doing this for a whole directory tree rather than a single directory, this is a lot more convenient than cleaning the folders out by hand).