如何在 Xcode 中将文件夹/组添加到 SCM (CVS)?

发布于 2024-10-10 02:04:55 字数 217 浏览 1 评论 0原文

我在 Xcode 中有一个 iPhone 项目,它通过 XCode 的 SCM 支持签入 CVS。

我在这个项目中创建了一个新文件夹,并为其文件创建了一个组。但是,该组/文件夹中的文件不在 CVS 中,我不知道如何将它们放入其中。当我尝试选择其中一个文件时,“SCM”菜单下通常的“添加到存储库”总是呈灰色 - 我认为这是因为该文件夹不在 CVS 中。

如何将文件夹/文件添加到 CVS?

I have an iPhone project in Xcode which is checked into CVS via XCode's SCM support.

I have created a new folder in this project, and created a group for it's files. However, the files in this group/folder are not in CVS, and I cannot figure out how to get them in there. The usual "Add to repository" under the "SCM" menu is always grayed-out when I try to select one of the files - I would assume this is because the folder is not in CVS.

How do I add the folder/files to CVS?

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

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

发布评论

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

评论(1

初雪 2024-10-17 02:04:55

我使用多个 IDE。我通常只使用内置的源代码管理搭配来进行差异。

$ xxx add dir-name

从 bash 提示符应该可以工作,无论 xxx 是 cvs、svn 还是 git。

可能不是您想要的答案,但它总是有效的。

I use several IDEs. I usually only use the built-in source control tie-in for diffs.

$ xxx add dir-name

from the bash prompt should work, whether xxx is cvs, svn or git.

Probably not the answer you want, but it always works.

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