Move existing projects to parent project
Problem to solve
- We need to move existing projects under single parent project.
Further details
-
We have following project structure-
- Child1
- Child2
-
Now we wanted to create suite and move all project to single project, something similar as follows-
- Parent
- Child1
- Child2
- Parent
-
Here we need to make sure that history for Child1 and Child2 project will get retained.