Xcode 5 How to go to Repositories window?

江枫思渺然 提交于 2019-12-22 14:42:53

问题


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?


回答1:


Create New Project then check Source Control

then Menu Bar -> Source Control  

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




回答2:


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.



来源:https://stackoverflow.com/questions/18952465/xcode-5-how-to-go-to-repositories-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!