如何在 Xcode 中将文件夹/组添加到 SCM (CVS)?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用多个 IDE。我通常只使用内置的源代码管理搭配来进行差异。
从 bash 提示符应该可以工作,无论 xxx 是 cvs、svn 还是 git。
可能不是您想要的答案,但它总是有效的。
I use several IDEs. I usually only use the built-in source control tie-in for diffs.
from the bash prompt should work, whether xxx is cvs, svn or git.
Probably not the answer you want, but it always works.