Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 938 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 938 Bytes

Export MKS (PTC) Integrity to GIT

  • This python script will export the project history from MKS (PTC) Integrity to a GIT repository
  • Currently imports checkpoints and development paths only
  • This does not currently support incremental imports

HOW TO USE

  1. You must have python, si (MKS/PTC command line tools), and git on the PATH variable
  2. Instal gitpython moduloe: pip install GitPython
  3. Make a folder for where you want your git repository to reside
  4. Initialize the git repository by running "git init"
  5. Execute the respective command for cygwin ./mks_checkpoints_to_git.py <MKS_project_path/project.pj> | git fast-import or for windows python mks_checkpoints_to_git.py <MKS_project_path/project.pj> | git fast-import from within the initialized git repository (this will take awhile depending on how big your project is)
  6. Once the import is complete, git will output import statistics