MKS/ PTC Integrity 源相当于 svn:ignore
我们在工作中使用 MKS/PTC Integrity 进行源代码控制。是否有与 subversion 中的 svn:ignore 标志等效的东西?
本质上,我想要一种方法来告诉 MKS 忽略文件夹/文件的更改。 (即我们的编译器输出文件夹等)。
We use MKS/PTC Integrity for source control at my work. Is there an equivalent to the svn:ignore flag from subversion?
Essentially, I'd like a way to tell MKS to ignore a folder / file for changes. (Ie., our compiler output folders, etc).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过打开以下菜单来设置全局忽略过滤器:
文件 -> 编辑首选项...
,然后选择:
配置管理 -> 视图 -> 非成员视图
code>另一种方法是选择:
Sandbox->Views->View Non-Members
,然后右键单击文件并
按 [Name|Extension] 排除
You can set global ignore filters by opening the following menu:
File->Edit Preferences...
and then selecting:
Configuration Management->Views->Non-Members View
An alternative is to select:
Sandbox->Views->View Non-Members
and then right-click a file and
Exclude by [Name|Extension]
这仅过滤非成员视图。
请参阅 http://communities.ptc.com/message/227385#227385 了解其他答案。
简而言之,看看范围沙箱功能。
This is only filtering the Non-members View.
See http://communities.ptc.com/message/227385#227385 for another answer.
In short have a look to the Scoped Sandbox feature.