使用 SCM 从 Xcode 中的 SVN 中排除文件/目录
我想从我的 SVN 中排除一个目录(我正在使用 Xcode 的内置 SCM)。它尚未签入,但我只是厌倦了从签入中取消选择它。
我的大部分 SVN 经验都是在 Windows 上使用 TortoiseSVN 进行的,它具有“忽略”功能;我认为 SCM 也有同样的选择。
I would like to exclude a directory from my SVN (I'm using Xcode's built in SCM). It's not checked in but I'm just tired of unselecting it from checkin.
Most of my SVN experience is at work on Windows with TortoiseSVN, which has a 'Ignore' function; I assume SCM has that same option.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如这个SO问题中提到的(带有有关Xcode SVN集成的答案),您仍然可以选择“命令行”。
请参阅如何使用 SVN 忽略目录?
您可以请参阅 Paul Solt 的博客文章新项目的示例,由 XCode 管理,但使用 SVN 忽略命令
As mentioned in this SO question (with answers about Xcode's SVN integration), you could still go with the "command-line".
See How to ignore a directory with SVN?
You can see in this Paul Solt's blog entry an example of a new project, managed by XCode, but with a SVN ignore command
VocC 很重要,但是我们难道不想忽略 pbxuser 文件和 mode1v3 文件吗?
我会更改 svn ps svn:ignore build 。步骤:
VocC is on the money, but don't we also want to ignore the pbxuser files and mode1v3 files?
I would change the svn ps svn:ignore build . step for this: