Hello there.
We are in process of migrating few repositories from MKS Integrity tool to Atlassian Stash or SVN, can anyone please provide any documentation how to proceed on this.
Thanks,
Pratiyush
Hi Pratiyush,
we successfully migrated our MKS Integrity and MKS Source data to JIRA and Stash / Bitbucket Server with git.
For MKS Integrity, we simply exported the Issues and imported into Jira.
For MKS Source we used two different approaches:
Best regards
Wolfgang
P.S.: Thanks to Uli for pointing me to this question
Hello Wolfgang,
Thanks for your reply. Could you please elaborate specifically about migration of source code from MKS Integrity to GIT or SVN.
Do we need to check out the checkpoints from MKS and subsequently check in to GIT, i believe we might loose the history and my goal here is to migrate the source code with history intact.
Thanks,
Pratiyush
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We wanted to still know why did we change which source with which version.
Hence history of individual files was less important for us than having the connection between changes to couple of files and the according change package and MKS Integrity Issue.
So where we had the svn shadow repository which had one change set per change package we used that information. For the other repositories we checked out each checkpoint and checked it into git. We still new which change packages were present between two checkpoints and also which files were changed with them. So we used that info to re-create a "blurry" traceability (which isn't that bad anyway)
You may want to Contact Ulrich Kuhnhardt from izymes who helped us as a contractor through this migration process.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The options of importing code into Bitbucket Server are explained here:
https://confluence.atlassian.com/bitbucketserver/importing-code-from-an-existing-project-776640909.html
In essence:
Hope this helps! Marek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please remember that MKS Source uses an RCS style repository so if you are planning to use Git, you should look for steps and documentation around migrating from RCS to Git while maintaining history, there is a ton of information on this other there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Wolfgang,
Thanks for your reply. Could you please elaborate specifically about migration of source code from MKS Integrity to GIT or SVN.
Do we need to check out the checkpoints from MKS and subsequently check in to GIT, i believe we might loose the history and my goal here is to migrate the source code with history intact.
Thanks,
Pratiyush
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Pratiyush,
Did you finally manage to migrate from MKS Integrity to Git/SVN?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.