SVN is a frequently used tool in daily project management. However, copying a backup file must be disconnected from the svn server. The procedure is as follows:
1. Create a text file on the desktop named kill-svn-folders.reg (extension changed from TXT to Reg), the content is 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 the file, double-click the reg file.
2. Find the folder you want to disconnect, right-click it and find the "delete SVN Folders" option. After that, you can delete all. SVN files in this folder. That is, the connection to the svn server is disconnected.
How to disconnect SVN