SVN 中的主项目,来自 GitHub 的子模块,如何最好地保持可更新性?

发布于 2024-11-16 09:34:01 字数 144 浏览 1 评论 0原文

我的个人 SVN 服务器上有一个主要项目,并且我有 GIT 远程存储库中的多个组件之一。有没有一种方法可以设置它,使 Xcode 4 可以处理两种不同技术的使用,但仍然允许我以任何一种方式更新?

或者,如果这不能与 Xcode 兼容,最方便的手动方法是什么?

I have a main project on my person SVN server and I have one of more components that are in GIT remote repositories. Is there a way to set it up such that setting it all up that Xcode 4 can deal with this use of two different technologies but still allow me to update either way?

Or if this cannot be done compatibly with Xcode what is the most convenient manual approach?

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

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

发布评论

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

评论(1

止于盛夏 2024-11-23 09:34:01

考虑到 XCode 与 Git 的当前集成水平(如 SO 问题“为什么 Xcode 4 不断显示 git 的“检查源代码管理状态”存储库?”),我真的建议将所有与 Git 相关的操作保留在单独的 shell 中。

如果您在 SVN 服务器中有代码,请尝试首先设置该集成,然后手动更新本地 Git 存储库并添加对 XCode 项目中这些路径的引用。

Considering the current level of integration with Git from XCode (as illustrated by the SO question "Why does Xcode 4 continually display “Checking source control status” for a git repository?"), I would really recommend keeping all Git-related operations in a separate shell.

If you have code in an SVN server, try to setup that integration first, then update your local Git repo manually and add references to those path from your XCode project.

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