Delete SVN files

Source: Internet
Author: User

Use SVN for version control. SVN folder. Some projects want to delete all of them after they are out of SVN version control. SVN folder, which can be quickly deleted using the following method:

Create a text file named kill-svn-folders.reg (extension changed from TXT to Reg) with the following content:


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. After successful, right-click each folder and you will have a "delete SVN Folders" option. After clicking it, You can delete all. SVN folders under this file (including subfolders.

 

To avoid misoperation, delete the. SVN folder in version management accidentally after deletion. It is best to delete the registration information just now. To delete this item, open the Registry (run the Regedit command), find [HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ Folder \ shell \ deletesvn], and delete deletesvn.

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.