使用 Xcode 连接 Team Foundation Server (TFS)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30209310/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Connecting Team Foundation Server (TFS) with Xcode
提问by GMHSJ
I am new to Xcode and TFS. Can someone please explain me how I can connect TFS 2013 with Xcode to maintain repositories or give me a link which has full details from the beginning?
我是 Xcode 和 TFS 的新手。有人可以解释我如何将 TFS 2013 与 Xcode 连接以维护存储库或给我一个从一开始就包含完整详细信息的链接吗?
回答by Giulio Vian
The idea is to use Git as your version control and push your changes to a central Repo hosted in TFS. The TFS Administrator should create a Project with Git support and grant your account permissions. Most of TFS features are accessible through a web interface, so you can have task/bug tracking, associate them with your commits and so on.
这个想法是使用 Git 作为您的版本控制并将您的更改推送到托管在 TFS 中的中央 Repo。TFS 管理员应创建一个支持 Git 的项目并授予您的帐户权限。大多数 TFS 功能都可以通过 Web 界面访问,因此您可以进行任务/错误跟踪,将它们与您的提交相关联等等。
To start learning, I would not recommend the TFS documentationnor the VSOdocumentation for your specific case, but would start from a couple of videos: Using Xcode in Git Projects Using Team Foundation Server 2013and Deep Dive into Git with Team Foundation Server.
要开始学习,我不会针对您的特定案例推荐TFS 文档或VSO文档,而是从几个视频开始:在 Git 项目中使用 Xcode 使用 Team Foundation Server 2013和Deep Dive into Git with Team Foundation Server。