If you want to remove the. svn folder under Windows, the channels that are manually deleted are the most troublesome, because such files exist under each folder. Here is a good way: To create a text file, named Kill-svn-folders.reg (extension from txt to reg), the content is as follows:
Copy the Code code as follows: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\FOLDER\SHELL\DELETESVN] @= "Delete SVN Folders" [Hkey_local_machine\software\classes\folder\shell\deletesvn\command] @= "cmd.exe/c \" TITLE Removing SVN Folders in%1 && COLOR 9A && for/r \ "%1\"%%f in (. SVN) do rd/s/q \ "%%f\" \ ""
After saving, double-click the reg file. After success, right-click on each folder will have a "delete SVN Folders" option, after clicking, you can delete all the following. SVN files under this file:
Http://www.jb51.net/os/windows/25469.html
The easiest way to delete a. svn folder under Windows