Use SVN for version control. SVN folder. Some projects want to delete all of them after they are out of SVN version control. SVN folder, which can be quickly deleted using the following method:
Create a text file named kill-svn-folders.reg (extension changed from TXT to Reg) with the following content:
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 the file, double-click the reg file. After successful, right-click each folder and you will have a "delete SVN Folders" option. After clicking it, You can delete all. SVN folders under this file (including subfolders.
To avoid misoperation, delete the. SVN folder in version management accidentally after deletion. It is best to delete the registration information just now. To delete this item, open the Registry (run the Regedit command), find [HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ Folder \ shell \ deletesvn], and delete deletesvn.