Copy artifacts among stream in GC enabled DNG projects.
Accepted answer
Hello,
I see two things you may want to achieve. Either you really want to create a copy, or you want to reuse the artefact.I would actually suggest the second option. For this you just need to deliver the changesets that "compose" the module you want to reuse and deliver them to the other Stream.
Indeed you may need to do some cleanup in the 2nd Stream, as the changesets you deliver may not only contain changes to this module, butafterwards you have not only a copy of the Module, but a branch, which is allowing you to compare and later merge additional changes using the compare and deliver UI.
If a real Copy is your goal, I sugest to create the copy in Stream 1, deliver the changes to Stream 2 and then delete the copy in Stream 1 (a little odd, I see).
Btw. I believe there really should be an option to Deliver not only changesets from DNG to DNG Streams, but as well complete Artefacts without needing to know the changesets...
Comments
vikrant kamble
Jul 01 '17, 5:20 a.m.Below is the process I am performing to copy artifacts from stream to another stream.
Donald Nong
Jul 03 '17, 4:01 a.m.What's the purpose of the duplication? Do you need to merge these two streams (and the module) at some point?
vikrant kamble
Jul 03 '17, 5:04 a.m.There are many modules in one stream, I want to copy some of them to other stream.