iPhone xcode 的最佳源安全系统

发布于 2024-09-30 17:20:13 字数 66 浏览 0 评论 0原文

这是 iphone xcode 的最佳源安全系统,可用于备份和正确签入及保存。退房代码

问候, 萨蒂什

which is best sourcesafe system for iphone xcode on backup and proper check-in & check-out on codes

Regards,
sathish

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

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

发布评论

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

评论(4

勿挽旧人 2024-10-07 17:20:14

SmartCVS 也是我们与队友协作的好工具之一

SmartCVS is also one of good tool which we use for co working with teammates

海风掠过北极光 2024-10-07 17:20:13

看来您正在使用“sourcesafe”作为版本控制的通用术语。

对于 xcode 项目的版本控制:

我使用过 cvs、subversion,现在使用 git(也用作其他系统的前端)。

git 是我的第一选择(它是分布式的,而且速度相当快)。

svn (subversion) 是我的第二选择 - 你可能有更多的同事/项目更喜欢 svn,尽管 git 也可以用作 svn 客户端。

最后 - 我更喜欢使用专用的视觉客户端而不是 xcode...xcode 似乎正忙于做其他事情。在 xcode 中禁用 vc,并在 xcode 构建/调试/更新索引等时跳到终端或其他客户端通常会更快。

it appears that you're using 'sourcesafe' as a generic term for version control.

for version control of xcode projects:

i have used cvs, subversion, and now git (also serving as a front-end for other systems).

git is my first choice (it is distributed, and quite fast).

svn (subversion) is my second choice - you may have more coworkers/projects which prefer svn, although git may also be used as a svn client.

lastly - i prefer using dedicated visual clients over xcode... xcode seems to be busy doing other things. it is usually faster to disable vc in xcode, and hop to a terminal or other client while xcode builds/debugs/updates indexes, etc.

夏末染殇 2024-10-07 17:20:13

XCode 开箱即用地支持 CVS、Perforce 和 SVN。在这三个中,我认为 SVN 是最受欢迎的选择。

  1. 设置您的项目。
  2. 删除构建文件夹。
  3. 设置存储库。
  4. 将项目导入到存储库。
  5. 从存储库中签出项目,这样您将获得版本控制的副本。

XCode supports CVS, Perforce and SVN out of the box. Out of the three, I think SVN is the most popular choice.

  1. Setup your project.
  2. Delete the build folder.
  3. Setup repository.
  4. Import project to repo.
  5. Checkout project from repo so you'll get a versioned copy.
可是我不能没有你 2024-10-07 17:20:13

好吧,首先 - 它不称为源安全系统,而是版本控制 - 控制源代码及其版本控制演变的方式。 Sourcesafe 是 Microsoft 的特定产品。

其次 - 版本控制与数据无关。这意味着您可以使用您知道的任何系统。最好的工具是您熟悉的工具。

话虽这么说,使用 Subversion 和 Git 等特定版本控制系统有一些优势,因为这两个系统将在下一版本的 Xcode(版本 4)中得到支持。

当前的 Xcode(版本 3)支持 Subversion、CVS 和 Perforce。如果您熟悉其中任何一个,请使用它们,但不要仅限于这些。 Xcode 3 中版本控制支持的稳定性表现一般,至少对于我使用过的 Subversion 来说是这样。 Xcode 4 将在这方面做出巨大的改进。

许多开发人员,包括我在内,不喜欢在 Xcode(或任何其他开发工具)中使用对版本控制的集成支持,而是使用特定的客户端 - 例如 Subversion 的版本,或 Git 的命令行工具。

我想评论一下我个人使用和喜爱的 Git 的使用。它是一个分布式系统,对于初学者来说,它的概念可能有点难以掌握。在决定使用它时,请考虑您的队友的经验 - 对于许多团队来说,最好使用更传统的东西,例如 Subversion

Well, first - it is not called sourcesafe system, but version control - way of controlling evolution of source code and its versioning. Sourcesafe is a specific product by Microsoft.

Second - version control is data agnostic. That means you can use any system you know. The best tool is the one you know well.

That being said, there are some advantages in using specific version control systems as Subversion and Git, because those two are going to be supported in next version of Xcode (version 4).

Current Xcode (version 3) has support for Subversion, CVS and Perforce. If you are familiar with any of these, use them, but do not restrict yourself only to these. Stability of version control support in Xcode 3 is mediocre, at least with Subversion which I've used. Xcode 4 is going to be a huge improvement in this area.

Lots of developers, me included, prefer not to use integrated support for version control in Xcode (or any other developer tools), but use specific clients - like Versions for Subversion, or command-line tools for Git.

I want to comment on use of Git, which I personally use and love. It is a distributed system, and for beginners its concepts might be a bit hard to grasp. Consider the experience of your teammates when deciding to use it - for lots of teams it's better to use something more traditional like Subversion.

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