You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 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)
Once the import is complete, git will output import statistics
About
Python script to export PTC Integrity checkpoints to GIT