A workaround for Mac Android studio to share (Subversion) once it has been disassociate from SVN

Source: Internet
Author: User

Android Studio put the project share to SVN above, but accidentally forgot ignore files settings, the result is no way, the SVN deleted and then share again, first contact with the local Code and SVN Association, two methods, (1) Android Suti o The Settings button, find the version control class, with the mouse click this column, next to the white area, there is a project to the right of subversion, the white area has a minus in the lower left corner, click can also. (2) switch from Android to project directory, there is a vcs.xml file under the. Idea folder open and change <pre name="code" class="Java" ><mapping directory="" vcs= "svn" />

But even then, I found out that the first time share project (Subversion) was gone. Hey, it's been a long time

My workaround is to delete the. SVN under the project directory, but the MAC does not see this ah, using the terminal, into the project directory, you can use the Go2shell or terminal has been the LS CD in.

Then use the Ls-lrta command to see if there must be any files behind. SVN, deleted.

Delete command with find. -name "*.SVN" | Xargs RM-RF can be. Again into Android studio found share has. Haha, it's easy to write.

A workaround for Mac Android studio to share (Subversion) once it has been disassociate from SVN

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.