I've got a project in MKS Integrity (not my choice...) that has numerous sub-directories, not sub-projects. Is there an easy process or method or command to convert all sub-directories into sub-projects?
Asked
Active
Viewed 1,041 times
1 Answers
4
This is easy, but could be involved, depending on your situation:
Suppose you are using Integrity 10.4, and in your sandbox you have a subdirectory named "alpha":
- Select all the members in the "alpha" subfolder (I think this works in the sandbox, as well).
- From the menu, choose Member -> Move.
- Hit Next >.
- In the "Move Members Wizard" dialog, note the "Source Sandbox Name" and "Destination Sandbox Name" are the same.
- In the destination directory dialog options, add the subdirectory name "alpha" (the name of the current subfolder)
- Set "Create Subprojects" option (hit Options >> to show the options).
- Accept the changes by hitting Finish.
This should create a subproject with the same name as the subfolder.
Disclosure: I work for PTC Integrity Support.

mlizak__PTC
- 301
- 1
- 7
-
Just wanted to add that if applying this method Inegrity will politely generate a new revision of the moved member wich do not differ from the previous version but have the revision description: "Member moved from alpha/src1.c in project ..../project.pj to src1.c in project ..../aplha/project.pj" – grenix Sep 02 '16 at 07:06
-
Thanks for the addition, grenix. Sorry for the late acknowledgement. – mlizak__PTC Oct 05 '17 at 19:32