有没有办法在 Xcode 中将项目与 CVS 分离?

发布于 2024-07-26 03:43:55 字数 132 浏览 1 评论 0原文

XCode 的 CVS 支持非常糟糕。 或者可能只是我组织中的服务器。 不管怎样,它都会带来比其价值更多的麻烦,所以我想像在 Eclipse 中那样“分离”该项目。 有没有一种简单的方法可以做到这一点,或者我是否必须手动删除所有 CVS 文件?

XCode's CVS support is abysmally bad. Or maybe it's just the server in my organization. Either way, it's leading to more headaches than it's worth so I'd like to "detatch" the project as I can in Eclipse. Is there an easy way to do this or do I have to manually delete all of the CVS files?

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

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

发布评论

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

评论(1

宣告ˉ结束 2024-08-02 03:43:55

你有两个选择。

双击主源列表中的项目,打开“项目“myProject”信息”窗口。 确保选择“常规”选项卡。 在该选项卡底部,从“SCM Repository”弹出菜单中选择“None”并关闭窗口。

或者,转到 Xcode 首选项窗口并选择“SCM”工具,选择要删除的存储库,然后使用对话框左下角的“-”按钮删除存储库。 这个选项有点激烈。

这些都应该保留所有不可见的 CVS 目录。 这将允许您从命令行管理存储库并从 Xcode 中完全隐藏 CVS 信息。

祝你好运。

You have two choices.

Double click on your project in the main source list to bring up the "Project "myProject" Info" window. Make sure the "General" tab is selected. At the bottom of that tab select "None" from the "SCM Repository" popup menu and close the window.

Or, go to Xcode Preferences window and select the "SCM" tool, select the repository you want to remove, and then remove the repository using the "-" button in the lower left hand corner of the dialog box. This option is a bit more drastic.

These should both leave all of the invisible CVS directories alone. This will allow you to manage the repository from the command line and completely hide the CVS info from Xcode.

Good Luck.

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