开发者

What happens when an integration stream tries to rebase from or deliver to an integration stream it was seeded from?

开发者 https://www.devze.com 2023-04-07 15:50 出处:网络
Scenario: Integration开发者_开发问答 stream B (of project B) was created by seeding from baseline A_2.5 of integration A of project A).

Scenario:

Integration开发者_开发问答 stream B (of project B) was created by seeding from baseline A_2.5 of integration A of project A).

After parallel development in both the streams the current recommended baseline of A is A_3.2 and B is B_1.5.

Question:

  • What happens if B tries to rebase from A_3.2?
  • What happens if B tried to deliver to A?


  • B tries to rebase from A_3.2

That will trigger a merge between B LATEST content and A_3.2 baseline content.

  • B tried to deliver to A

It is a merge from every new versions created on B since A_2.5 (which is B's baseline) and A LATEST content.
Obviously, is the deliver takes place after the aforementioned rebase, the delta to merge which be much smaller, and the deliver will be shorter and quicker.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号