iPhone、XCode 和源代码控制

发布于 2024-09-07 12:28:52 字数 169 浏览 1 评论 0原文

直到最近,我的所有 iPhone 项目代码都是独自完成的。我最近在我的团队中添加了另一名成员,并且想知道一起处理同一项目的最佳方式是什么?在哪里放置实际的在线代码(现在我们使用的是 dropbox)?哪些源代码/版本控制工具最适合主要使用 XCode 的小型团队使用?

如果您有任何建议,我很想听听。 谢谢,

Up until recently I was working alone on all of my iPhone project code. I recently added another member to my team and was wondering what's the best way to work on the same project together? Where to put the actual code online (right now we're using dropbox)? Which source/version control tools are best to use with small teams working mainly with XCode?

If you have any recommendations, I would love to hear them.
Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

塔塔猫 2024-09-14 12:28:52

Xcode 内置了对 subversion (svn) 的“开箱即用”支持。如果您没有自己的服务器来托管存储库,您可以与许多公司注册,这些公司根据您的设置免费或付费提供这些服务。

Beanstalk 是提供托管服务的公司之一。他们提供了一个免费帐户(一个存储库,3 个用户和 100 MB):以及多个级别的付费托管。除了 svn 之外,他们还提供 git 托管,但是如果不做一些额外的工作,您将无法将其完全集成到 Xcode 中。

Xcode have built-in support for subversion (svn) "out of the box". If you don't have your own server to host the repository you can sign up with a number of companies that provides these for free or paid depending on your sertup.

One of the companies that provides hosting is Beanstalk. They offer a free account (one repository, 3 users and 100 MB) as well as several levels of paid hosting. In addition to svn they also offer hosting of git, but then you will not get it fully integrated in Xcode without some extra work.

栀梦 2024-09-14 12:28:52

git 如今非常流行。有一些网站,例如 http://www.github.com 托管您的项目,或者您可以设置存储库在您自己的服务器上。从命令行或外部图形工具可以轻松使用它。

习惯源代码管理将需要您的团队一些时间来适应,因此您可能需要坐在一起一天或使用示例项目进行一些测试。

git is very popular these days. There are sites like http://www.github.com that host your projects, or you can setup a repository on your own server. It's easy to use from the command line or external graphical tools.

Getting used to source code management will take your team some time to get used to, so you might want to sit together for a day or to and do some tests with an example project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文