Release SVN control and remove the green hook icon
What if you accidentally set a folder to SVN directory and want to release SVN control? Share a workaround below.
(1) Copy the following code into the TXT document, then change the extension to Reg, and put it in any directory, such as the desktop. Then double-click the file to import the information into the registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\FOLDER\SHELL\DELETESVN]
@= "Delete SVN"
[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) doing rd/s/q \ " %%f\ "\" "
(2) Then right-clicking on any folder will show a "Delete SVN" option, then just do it on the directory where you need to release SVN control.
(3) Remember to refresh the directory after processing.
Articles you may be interested in
- How PHP clears HTML formatting and removes whitespace from text and then intercepts text
- JS Common function Collection (remove space, verify mailbox, date, positive integer, etc.)
- PHP Empty (delete) the file under the specified directory, do not delete the Directory folder method
- How to control the display of too-wide images uploaded by users via jquery
- PHP uses Array_flip to implement array key-value Exchange to remove array duplicate values
- Shoulder, back muscle workout-rowing-stand upright-standing posture weight-bearing bent up-seated neck pull-down-sit at attention grip pull-neck width grip upward
- Web cache control Cache-control common values are private, No-cache, Max-age, Must-revalidate Introduction
- PHP compressed HTML page code (clear spaces, line breaks, tabs, comment markers)
http://www.bkjia.com/PHPjc/989655.html www.bkjia.com true http://www.bkjia.com/PHPjc/989655.html techarticle Release SVN control and remove the green hook icon if you accidentally set a folder to the SVN directory, how do you want to release SVN control? Share a workaround below. (1) Copy the following generations ...