MKS/ PTC Integrity Source equivalent to svn:ignore

2019-04-10 11:52发布

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).

2条回答
劫难
2楼-- · 2019-04-10 12:03

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]

查看更多
叼着烟拽天下
3楼-- · 2019-04-10 12:08

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.

查看更多
登录 后发表回答