Remove project from SCM in Xcode

懵懂的女人 提交于 2019-12-13 14:43:04

问题


I have an iphone project on a mac. I set up an SCM repository and then ignored it for a while. Now I've decided to back up my source to my main PC and do source control there. I'm finding that the SCM wants to roll back my changes seemingly at random.

How can I kill SCM in Xcode on the mac? I need to tell it to leave my source files alone. Nothing is worse than making changes and having your changes replaced.

I work alone, but have about 10 projects in source control on the pc.

Thanks, Gerry


回答1:


Assuming your using Xcode: As long as you have all your files (and another back up) you can go to preferences, scm, and then just remove the repository.




回答2:


if you want to remove svn from folder manually

check the .svn folder is deleted from your project its in very directory and sub directory



来源:https://stackoverflow.com/questions/1836856/remove-project-from-scm-in-xcode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!