How do I remove a folder from being source controlled with TortoiseSVN?
|
|
The easiest way is described here: http://tortoisesvn.net/unversion.html That article is a bit wordy and some of the methods didn't work for me (like dragging the folder onto itself - Windows 7 wouldn't allow it)). Here's what, in the article worked for me:
|
|||||||||||||||
|
|
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 |
|||||||||||||
|
|
To remove the item from source control but keep the file locally there is a dedicated item in the extended context menu:
TortoiseSVN's extended context menu. |
|||||||||
|
|
You right click on the directory, go to TortoiseSVN -> Delete. You then right click on the parent directory and SVN Commit... and that will remove the folder. |
|||||||||
|
|
The TortoiseSVN menu has an Export option which will give you a copy of the folder detached from the repository. Alternatively, you can right-click + drag a folder and pick either "SVN Export to here" or "SVN Export all to here". "Export all" is equivalent to selecting "Export unversioned files too" in the Export dialog, which will effectively clone the working copy without the .svn folders. |
|||
|
|
|
Windows Search, set system and hidden files flag... filename ".svn" ... after it searches - sort so all .svn directories are grouped together... highlight - hit delete :) |
||||
|
|
|
There is a very easy way to do this in a second. Use the terminal to see Removing SVN Control from Folder in Mac OS X. It just removes the .svn files from your folder! |
||||
|
|
I ran the tortoise command "Update to SVN 1.7" which took all the .svn folders and combined them into a single folder. I was then able to delete just the one .svn folder and everything was good to go! |
|||
|
|
|
Once in awhile I run into working copy folders from Subversion that I know longer want under version control. I want to “unversion” them. Usually I do some kind of find and delete on all the .svn related folders but there is an easier way if you have TortoiseSVN installed. You should be familiar with the “Export” command. This will make a copy of the files in a new location without all those pesky .svn folders. If you want to ‘unversion’ something but don’t want a copy – simply do an “export” and when Tortoise asks for the “folder to export to” simply select the same folder your working copy is in! Tortoise will proceed to remove all the .svn folders. Quote: http://thecrumb.com/2008/09/25/removing-svn-files-with-tortoisesvn/ |
|||
|
|
|
This is what worked for me:
This should remove the folder from your working directory and from Subversion. |
||||
|
|
|
Exporting the folder to a new location while "Export unversioned files to" option selected worked great for me. TortoiseSVN removes all the Subversion specific settings and you get a clean folder. Now you can delete the original one and move the new exported folder there. |
||||
|
|