Possible Duplicate:
How do you remove Subversion control for a folder?
I am implementing the use of Subversion as a source control tool for my projects, but I made some mistakes when determining what structure to use. So I added version control to some folders (projects), that I would like to undo.
How do I do that? Do I have to copy the folder, delete the original and add source control to the new one?
I use TortoiseSVN and Visual Studio 2008.
Just remove the .svn folders in the folder and all its subfolders.
An easier way to do this would be to Export the folder using TortoiseSVN.