When I add an existing repository to Xcode (using “Add Working Copy”) I get the error message “Unable to load revisions”.
Any suggestions on what to do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You know what? I wouldn’t.
Xcode’s “version control” interface is built to be agnostic about which back-end it’s using, SVN or git. It’s built for the lowest common denominator of shared features. As a result, most of the power of git is explicitly not supported within Xcode itself.
I quit using Xcode’s version control completely when I realized this. I like Tower 2 for a gorgeous and Mac-ish git GUI, and the command line for most of my heavy lifting.