thatzprem
thatzprem

Reputation: 4767

Xcode 5 organiser not showing existing repositories

I had 10 repositories connected to svn/github before Xcode5 update, however after updating to Xcode5 I do not know If I will get a change to look at all the connected repositories as in Xcode4.x. How do I get to see all the projects connected to svn/github?

Upvotes: 5

Views: 7080

Answers (3)

William GILLARD
William GILLARD

Reputation: 117

I also have trouble with my repositories because the only option available to me is "Check Out..." despite my repositories are configured and enable in Xcode>Preferences>Account (see joined picture).

How do I update or commit my repositories now ?

Screen shot of Xcode where all option for 'source control', but 'Check Out', are unvalaible

Upvotes: 2

Zoltán Matók
Zoltán Matók

Reputation: 4045

I've figured it out:

1, You can checkout, pull, commit, push existing repositories if you go to the menu Source Control -> Checkout... and than, you have three tabs, Recents, Favourites, Repositories. That's where you find your repos.

2, You can add new repositories by going into the menu XCode -> Preferences -> Accounts

Upvotes: 3

Swift Dev Journal
Swift Dev Journal

Reputation: 20088

Look in Xcode's Accounts preferences. Also take a look at the following question:

Xcode 5 How to go to Repositories window?

Upvotes: 0

Related Questions