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).
I want to know what the equivalent of SVN Update in MKS is? I have tried resynchronize but all too often when I do that MKS wants to overwrite files that I have been working on.
When you're working on source, you have to 'Check Out/F2' the file first. I assume you didn't do that? If not, you'll have to move your work somewhere else, check out the file and then copy your work back over the checked out version. Then you can check it back in.