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.