Remove SVN control and remove the green hook icon

Source: Internet
Author: User

Remove SVN control and remove the green hook icon

What should I do if I accidentally set a folder to the svn directory and want to remove svn control? Here is a solution.

(1) copy the following code to the txt file, change the extension to reg, and put it in any directory, such as the desktop. Double-click the file to import the information to 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) do rd/s/q \ "% f \"\""

(2) Right-click any folder and a "Delete SVN" option will appear. Then, you only need to execute this operation on the directory to which the SVN control needs to be removed.

(3) refresh the directory after processing.

Articles you may be interested in
  • How does php clear html format, remove spaces in text, and intercept text?
  • Common JS function collection (remove spaces, verify email addresses, dates, positive integers, etc)
  • Php clears (deletes) the files in the specified directory, and does not delete the directory folder.
  • How to Use jquery to control the display of user-uploaded pictures with too much width
  • Php uses array_flip to implement array key-value exchange to remove array duplicate values
  • Shoulder and back muscles exercise-squat rowing-leaning and standing-standing and standing-leaning and bending-sitting posture and neck pull down-leaning and holding up-neck front wide grip leading up
  • Common Values of Cache-control include private, no-cache, max-age, and must-revalidate.
  • PHP compresses html webpage code (clear spaces, line breaks, tabs, comment tags)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.