Androidstudio How to cancel the connection with SVN

Source: Internet
Author: User

After the company does the project encountered SVN disassociate problem after resolved:

1. How to disassociate a file:

1.1. Create a reg file as follows

1.2 Fill in the following contents in the file and save:

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) doing rd/s/q \ " %%f\ "\" "

1.3 Run the above file through cmd

1.4 Select the folder you want to unbind, right click [Delete SVN folder]


2. Disassociate svn from Android studio

Sometimes our project is associated with SVN, but maybe for some reason we need to disassociate it from SVN, and in Android studio it's a so-easy thing, we found the project. Vcs.xml folder under the idea directory, modify it slightly

Code associated with SVN status

Code to cancel SVN status


Androidstudio How to cancel the connection with SVN

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.