How to disconnect the component between different projects
![]()
I am trying to create a new project (Project_New) with the latest code in an old project (Project_Old) - to train the new developers to get familiar with the code . Here is what I am trying to do:
- Create a snapshot for the dev stream of Project_Old
- Open the snapshot
- Create a new stream (under Project_New) using the snapshot.
However, I noticed that the components are actually "shared". For example, if I rename the component in Project_New (Or I change the owner of the component), the one in Project_Old is also changed. Is there a way to disconnect the components in the two projects? i.e., I'd like to totally treat them as separated projects.
|