We employ a model where we have on integration and one common development stream per UCM project. Project A is the trunk. Project B is a branch of project A created on baseline BL1 of the integration stream of project A. The development stream of project A has been later rebased using using baseline BL2 in the integration stream. So BL2 is a newer baseline compared to BL1.
The question is would the fact the project's A development stream and project's B development stream now have different foundation baselines (with project's A dev stream having a newer foundation baseline) affect merging from project's B development stream to project's A development stream?
I understand that there would be a lot of non-tivial merges as the difference is quite big, but need to be sure there won't be any fundamental problems with CC in this situation.
Thanks!