How to delete SVN version information in eclipse

Source: Internet
Author: User
# Delete. SVN version information directory project --> right-click --> team --> disconnect... --> also delete the svn meta information from the file system. --> Yes
# In more cases, we will go from SVN repository checkout code or document to the local hard disk # Delete the detected. SVN version information directory, you can use the following method, I personally test available # Secret # Save the following registry code as a name arbitrary. reg file, and then double-click to import the Registry # Next in. right-click the parent directory of SVN, click Delete SVN folders to go to 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 \" \ "" # Keys # If we worry about accidentally clicking delete SVN folders on other SVN documents, the consequence is a little serious # So we can remove the right-click delete SVN folders function and run --> Regedit (or win + r key combination --> Regedit) as follows ), then, find the following directory [HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ Folder \ shell \ deletesvn] and delete deletesvn, right-click your SVN information and you will find that the delete SVN Folders option cannot be found # Repository #---------------------------------------------------------------------------------------------------------------------
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.