如何将 Xcode 与 SVN 集成
我在 SVN 中有一个现有的 iPhone 项目。我想通过 Xcode 来管理这一切。
有什么方法可以将 SVN 与 Xcode 集成,以便所有 SVN 操作都可以通过 Xcode 进行吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我在 SVN 中有一个现有的 iPhone 项目。我想通过 Xcode 来管理这一切。
有什么方法可以将 SVN 与 Xcode 集成,以便所有 SVN 操作都可以通过 Xcode 进行吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Xcode 3.x 已经内置了 SVN 支持,这可能足以满足您的要求。 (请参阅Xcode 源管理指南 了解内置功能的详细信息。)
我相信 Xcode 4.x 也会对此提供一些不错的改进(请参阅中的“版本编辑器”简介) Xcode 4 文档中的新增功能),但这仍然是测试版产品而非用于生产用途。
Xcode 3.x already has SVN support built-in, which may well be sufficient for your requirements. (See the Xcode Source Management Guide for details of the built-in capabilities.)
I believe that Xcode 4.x will offer some nice improvements to this as well (see the "Version Editor" blurb in the What's new in Xcode 4 document), but this is still a beta product and not for production use.