Message 1 of 2
Forking Derived Design & Its Uses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm wondering if someone could offer some advice as to the best practices for forking a group of related designs, so that the forked designs can evolve separately, while preserving the original designs.
I have a design (call it "Design_A") which from which components are inserted into other dependent designs ("Design_B" & "Design_C"), such that:
- Design_B --includes derive from--> Design_A
- Design_C --includes derive from--> Design_A
I'd like to fork the whole series so that I have Design_A_new, Design_B_new, and Design_C_new:
- Design_B_new --includes derive from--> Design_A_new
- Design_C_new --includes derive from--> Design_A_new
Meanwhile, I'd still have the original Design_A, Design_B, & Design_C
What would be the best way of doing this within Fusion's versioning system (without having to fork Deign_A, and effectively recreate B & C)?