问题
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