Skip to content

Python script to export PTC Integrity checkpoints to GIT

License

Notifications You must be signed in to change notification settings

mnieto/integrity2git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Python script to export PTC Integrity checkpoints to GIT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%