- 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
- You must have python, si (MKS/PTC command line tools), and git on the PATH variable
- Instal gitpython moduloe:
pip install GitPython
- Make a folder for where you want your git repository to reside
- Initialize the git repository by running "git init"
- Execute the respective command for cygwin
./mks_checkpoints_to_git.py <MKS_project_path/project.pj> | git fast-import
or for windowspython 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) - Once the import is complete, git will output import statistics