We are having many child streams for our development.

Few times we faced a scenario where people wants to do minor fixes. At that time, they will request us to use integration stream directly.

Is it acceptable to use integration stream for minor fixes? What will be the side effect if we allow to check-in at integration stream ?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

It depends if those minor fixes are rebased in the sub-streams or not, after being done in the Integration Stream.

The best practice is usually, when fixes are done in Integration, to make and recommend a baseline.

That will mean sub-streams won't be able to deliver unless they rebase first that recommended baseline (if you are using the deliver policy "POLICY_DELIVER_REQUIRE_REBASE").

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.