I have been working on the Xcode project (which is installed through an adhoc installation, for internal use in my company) for several years, and I turned on source control from the first day. Everything worked perfectly, until I released iOS 8, I decided to convert it to iOS 8, while leaving a backup copy of the project. So, I renamed the source folder to bimpd_old and started changing the new project. I am new to git and I did not know that this could ruin the source control. After that (and while still working on both projects), my original control will no longer comment that the project is not under version control.
I tried many solutions on the Internet that offer to delete the .svn / .git folders, disconnect and reinstall the control source, run git init, add *, commit .. I also tried removing bimPd.xccheckout EDIT: I already tried the solution: How to disable a working copy of the Xcode 5 project from an SVN server that died without success. This solution probably only works for Xcode5, and my problem is in Xcode 6.3
I just want to lose the entire version history, disconnect / delete all working copies, and start a new version control, starting today.
How can i achieve this?
Notes:
- Xcode first gave me a warning that svn needed to be updated. I did it, but still he didn’t
- I don't need git online (local only)
- I stopped working on an old project .. and I no longer need it.
- ( ) 3 , ( ).

- , , xcode , www.mydomain.com/bimpd ( svn, -) . ( )
- , , : "bimpd.xcodeproject" ( )
