Release SVN control and remove the green hook icon_PHP tutorial

WBOY
Release: 2016-07-13 09:56:17
Original
1441 people have browsed it

Remove SVN control and remove the green check icon

What should I do if I accidentally set a folder as an svn directory and want to remove SVN control? Share a solution below.

(1) Copy the following code into a 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_MACHINESOFTWAREClassesFoldershellDeleteSVN]
@="Delete SVN"
[HKEY_LOCAL_MACHINESOFTWAREClassesFoldershellDeleteSVNcommand]
@="cmd.exe /c "TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r "%1" %%f IN (.svn) DO RD /s /q "%%f" ""

(2) Then right-click on any folder, a "Delete SVN" option will appear, and then you only need to perform this operation on the directory that needs to be released from SVN control.

(3) Remember to refresh the directory after processing.

Articles you may be interested in

  • How does php clear the html format and remove spaces in the text and then intercept the text
  • Collection of common JS functions (remove spaces, verify Email, date, positive integer, etc.)
  • How to clear (delete) files in the specified directory without deleting the directory folder in php
  • How to control over-wide images uploaded by users through jquery Display
  • PHP uses array_flip to implement array key-value exchange to remove array duplicate values
  • Shoulder and back muscle group exercise-prone rowing-prone push-up-standing weight-bearing bent over-sitting behind the neck Pull-down - Standing prone, upright grip Pull-up - Pull-up with wide grip in front of neck
  • Web page cache control Cache-control Common values ​​include private, no-cache, max-age, must-revalidate Introduction
  • PHP compresses html web page code (removes spaces, newlines, tabs, comment marks)

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/989655.htmlTechArticleRelease SVN control and remove the green check icon. If you accidentally set a folder as an svn directory, you want to release svn. How to control it? Share a solution below. (1) Copy the following code...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!