mks-integrity

Is there a blame/annotate for 'MKS Source Integrity'?

十年热恋 提交于 2019-12-23 12:56:04
问题 I am accessing some source code controlled on Windows via 'MKS Source Integrity' (a proprietary VCS, predecessor to 'MKS Integrity'). How can I find out in which revision particular lines of source code were last changed? The feature is variously called 'blame' or 'annotate' depending on the VCS. Update (21 May 2014): I'm using version 7.3e from 1999; I think MKS made large changes from ver 8 in 2000 onwards, so later versions bear little resemblance and the upgrade path is difficult. 回答1:

Which script is better for automation of PTC Integrity application

时光毁灭记忆、已成空白 提交于 2019-12-13 04:45:49
问题 I want to create one script that will open the windows application and use that application to perform some task. I have listed out the activity that I want to automate below: Application is PTC integrity. It is linked with database server that has lot of files in it which have unique ID. So I need to use ID to open the document and export it. Steps: Open the application. Open the document using ID. Export the document to some specific format. I want to know which scripting to be used to

MKS/ PTC Integrity Source equivalent to svn:ignore

a 夏天 提交于 2019-12-06 04:28:20
问题 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). 回答1: 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

MKS/ PTC Integrity Source equivalent to svn:ignore

人盡茶涼 提交于 2019-12-04 10:24:01
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). 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] This is only filtering the Non-members View. See http://communities.ptc.com

Is it possible to import an MKS Integrity repository into git?

删除回忆录丶 提交于 2019-12-04 08:30:56
问题 I need only the source tree and its history. I don't care for the requirements/issues stuff for now. I played a bit witth the command line to figure out if I could get a list of change packages for the trunk and some of the dev paths. I thought it should be possible to extract a diff for every change package and use that to replay all the changes since the first commit in git. Something like this: get first commit and add it to git get next CP get diff for CP apply diff to git working dir add

Is it possible to import an MKS Integrity repository into git?

*爱你&永不变心* 提交于 2019-12-02 23:47:55
I need only the source tree and its history. I don't care for the requirements/issues stuff for now. I played a bit witth the command line to figure out if I could get a list of change packages for the trunk and some of the dev paths. I thought it should be possible to extract a diff for every change package and use that to replay all the changes since the first commit in git. Something like this: get first commit and add it to git get next CP get diff for CP apply diff to git working dir add and commit changes to git repeat with (2.) until last CP You could also repleace change package with