Tagged Questions
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.
5
votes
6answers
3k views
MKS Integrity versus SVN
A friend of mine works in a small team where the developers (Java and .net), who currently use SVN for their source control, are about to have MKS Integrity forced upon them.
My friend would like to ...
4
votes
2answers
1k views
Is it possible to import an MKS Integrity repository into git?
The title says it all...
Edit:
Well, maybe it doesn't say it all.
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 ...
3
votes
3answers
2k views
Difference between Subversion and MKS
Please let me know the differences between the Subversion and MKS
2
votes
2answers
102 views
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
vote
3answers
357 views
What is the MKS equivalent of SVN Update?
I am contracting at a company that uses MKS. I have used SVN in the past as well as Mercurial and Git but must use MKS currently(so far I can't seem to find any documentation on it or best practices).
...
1
vote
1answer
94 views
MKS equvilant to svn:ignore
We use MKS for source control at my work. Is there an equivilant 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 ...
1
vote
4answers
927 views
Can MKS Integrity integrate with other source control tools? (SVN, Git…)
My boss is interested in using MKS Integrity for bug tracking, feature requests, Wiki documentation and so on. However, we currently use Subversion, and he doesn't want to force us devs to use a ...
1
vote
3answers
2k views
Help me use MKS Integrity (source code control) more efficiently
We use MKS Integrity for our source control. I have no control over that -- I just have to use it.
What are some "gotchas" that I should know about and avoid? And, are there any neat things about ...
0
votes
0answers
51 views
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 ...
0
votes
0answers
55 views
How can I populate a sparse sandbox from the GUI when resyncing in MKS Source 2007?
If I've configured a sandbox to be "sparse" in MKS Source 2007, how can I populate it using the "Resynchronize" command from the GUI. I know that I can use the "--populate" flag from the command line, ...
0
votes
1answer
111 views
Can dropped members be recovered in MKS?
My current client uses MKS for source control.
They have a policy where developers are not granted permissions to drop members. This therefore prohibits us from doing moves etc., as well.
I've ...
0
votes
1answer
282 views
TFS - How to replicate the MKS Checkpoint functionality
We have been using MKS for a few years and now a new project has started up and has to use TFS.
In MKS we can take a checkpoint (a baseline/snapshot) of a project and then create branches from that ...
0
votes
3answers
268 views
Does Team Foundation Server supports Checkpoints?
My dev team used in the past MKS Source Integrity source control and we are not evaluating to migrate to TFS 2010.
Some concepts and meaning are a bit different and we need sometime to learn how to ...
0
votes
1answer
370 views
How to use .netrc when running MKS Toolkit on Windows?
I am moving an application from Unix (AIX) to Windows. We have MKS Toolkit on the Windows server in order to run our shell scripts fairly unchanged. However, my old FTP jobs depend on the .netrc file. ...
0
votes
3answers
990 views
MKS integration with Visual Studio 2008?
I was searching for options for a plugin for MKS version control within Visual Studio 2008. I found the main website mentioning a plugin availible, but so far it sounds like it was orginaly for ...
0
votes
2answers
299 views
How to see the list of files checked in to MKS after creating the devpath?
After creating the devpath in MKS, developers will check in the code to MKS. I want to find the list of files got checked in to the MKS after creation of devpath (from the beginning to the end).
...
0
votes
2answers
936 views
is there any significant difference between the checkpoint in MKS and tag in subversion
I feel that checkpoint in MKS and tag in subversion serve the same purpose.
when we create tag in subversion, it will create a local copy in physical location(Its a cheap copy pointing to main ...