Questions tagged [mks]

MKS is a software package for Windows that provides a Unix-like environment for scripting and porting software. It includes several command-line shells supporting traditional Unix commands and Windows-specific commands, connectivity tools, and porting APIs.

90 questions
12
votes
5 answers

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

I need only the source tree and its history. I don't care for the requirements/issues stuff for now. I played a bit with 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…
EricSchaefer
  • 25,272
  • 21
  • 67
  • 103
4
votes
2 answers

MKS/ PTC Integrity Source equivalent to svn:ignore

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).
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
3
votes
2 answers

Standard Django / python unit conversion package

I've been googling around and looking for a standard way to handle unit conversion (weight, distance, etc..) in Python / Django. Since it is a very common problem, I'm afraid that I've not been able to find the proper package. (Found several…
dhontecillas
  • 103
  • 5
3
votes
3 answers

Difference between Subversion and MKS

Please let me know the differences between the Subversion and MKS
sandy
2
votes
2 answers

MKS Integrity for Requirements

I noticed posts on here about MKS Integrity as compared to other source code control. Has anyone been using MKS Integrity to manage requirements? How is it going? I'd appreciate any insights about it if: you install it and use it evaluated it but…
mamj
  • 21
  • 3
2
votes
2 answers

Replace MKS with Powershell

can anybody please translate these two scripts from MKS into Powershell? i would like to remove MKS from our ETL tools and accomplish this with Powershell but do not have the chops 1) FileSize=ls -l $1 | awk '{print $5}' if [ $FileSize -ge 100000000…
drew
  • 21
  • 2
2
votes
2 answers

Directory path not recognized by JSCH on Windows with mksnt toolkit

I have a windows VM which has been configured with the mksnt toolkit. So what that would imply is my path would become C:/abc/xyz I am trying to connect from a linux box using Jsch utilty to this windows machine remotely. I am able to connect…
palkarrohan
  • 459
  • 1
  • 4
  • 16
2
votes
2 answers

MKS Integrity: open item from command line

I would like to open a item in MKS from the command line using the item number: command 123456 and get directly to the gui item view. I've been googling around for API examples, but haven't found anything helpful yet. In the extension I'll use it…
ragnar
  • 53
  • 1
  • 7
2
votes
1 answer

MKS: Find out change package used for updating revision of member

I often need to find the change package which was used to "update" or "update revision". I use the following command to find a CP for revision 1.3 of a file: si rlog -r 1.3 --format="{membername}|{memberrev}|{cpid}\n" --noHeaderFormat…
Federico
  • 138
  • 1
  • 12
2
votes
1 answer

Lock multiple files in MKS

Can someone help me with the command to lock multiple files in MKS. To lock a single file, the command is si lock --gui "filepath". I have tried some combinations like si lock --gui "filepath1;filepath2" and si lock --gui "filepath1";"filepath2" but…
lerner1225
  • 862
  • 7
  • 25
2
votes
2 answers

Show non members of a MKS sandbox

I try to get the non- members of a Sandbox. But I get these erorr message. si viewnonmembers -sandbox=D:\Sandboxes\project.pj *** MKS124814: Cannot show view information: MKS125335: Out of tree members and subprojects (not located in the project…
Peter
  • 1,629
  • 2
  • 25
  • 45
2
votes
1 answer

MKS : Not able to drop member from sandbox

I created a regular sandbox in mks and until now I was able to add, drop and do all related operation in mks. Suddenly I have started facing some problem in mks while performing operation in regular sandbox and receive the following error:…
Mahesh More
  • 919
  • 2
  • 8
  • 20
2
votes
1 answer

insecure string pickle error when uploading and downloading to MKS Integrity

I am getting the exception "ValueError: insecure string pickle" when attempting to run my program after creating a sandbox from MKS. Hopefully you are still interested in helping if you are still reading this, so here's the full story. I created…
2
votes
2 answers

How can I drop a variant sandbox in MKS after the related developement path was removed

I removed a development path in MKS and now I want to remove/delete the sandbox I created for it. In the UI I cannot drop a sandbox without opening it first, but I cannot open variant sandbox once their dev path was removed. In the command line…
jmbouffard
  • 1,581
  • 1
  • 15
  • 22
1
vote
3 answers

change date in column 2 where numbers do not match column 3

I have tried this before but need to change direction. I was changing the numbers but I found I need to change the date after the numbers differ. My text has 3 columns and the 2nd and 3rd are similar but occasionally there is a 1 - 4 digit number…
fletching
  • 31
  • 4
1
2 3 4 5 6