Merging 2 stream having same named component with different UUID
![]()
Is there any way to merge 2 stream in RTC having same named component with different UUID.
There are 2 different streams having same folder structure and same component name,but the component UUID are different. so while doing the merge it is showing new compent add in the unresolved changes instead of the files which is logically correct because it is recognizing it as different component. Any way to do the merging> Thanks Dhruv |
Accepted answer
![]()
Ralph Schoon (61.6k●3●36●43)
| answered Oct 13 '14, 6:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Dhruv,
in RTC the name of a component is not the key. The UUID is. If you have two components with the same name but different UUID's they are actually two different things. So the SCM system sees two different components and you can not merge them. You can set an advanced property to allow only unique component names to prevent this from happening. I am not sure if there is a simple way of merging the data. The problem would start with loading the components on disk, because the have overlapping folder structures. Dhruv Bansal selected this answer as the correct answer
|