Xcode 5 How to go to Repositories window?

2019-05-27 11:25发布

In previous XCode versions(4) I was able to click on Xcode and it would have Source Control -> Repositories

Now they have moved Source Control as a new drop down menu but it does not have Repositories part where I could check my SVN and see all other projects.

Is there a way to open Repositories window?

2条回答
老娘就宠你
2楼-- · 2019-05-27 11:59

With XCode 5, all repository management must be done by project.

Under the Source Control menu, choose the master working copy, then the Configure <project>... submenu. You will get to a dialog with three tabs. The second tab, Remotes, allows to add an existing remote to your project or create a new one.

For example, I usually create an empty GIT repository at my remote server, then I create the XCode project con local GIT repository, add the ssh://<server>/<project> remote address to the above project configuration, and then, the firs time I push the project, XCode connects to the remote repository, verifies that it is empty, and offers to push to the repository, creating it.

查看更多
聊天终结者
3楼-- · 2019-05-27 12:19

Create New Project then check Source Control

enter image description here

then Menu Bar -> Source Control  

enter image description here

New Accounts preferences pane for managing Apple IDs, repositories, and continuous integration servers New Features in Xcode 5

enter image description here

查看更多
登录 后发表回答