What happens when I deliver change set to a component at the same time creating baseline for that component
The scenario is,
I've started to create baseline for the component, when it is continuing to create, I've checked-in the change set to that component
or similar case,
I've started to create snapshot for the stream, when it is continuing to create, I've delivered the change set to the component that is creating baseline in that snapshot process..
What is the situation at that case?
Regards,
Halil.
I've started to create baseline for the component, when it is continuing to create, I've checked-in the change set to that component
or similar case,
I've started to create snapshot for the stream, when it is continuing to create, I've delivered the change set to the component that is creating baseline in that snapshot process..
What is the situation at that case?
Regards,
Halil.
Accepted answer
When you issue a "baseline/snapshot" request and a "deliver change set" request against a given component in a given stream, one of those will always be executed atomically before the other ... so either the baseline/snapshot will contain the complete change set (the "deliver" operation was executed first) or the baseline/snapshot will contain none of the change set (the "baseline/snapshot" operation was executed first). So in particular, once a snapshot operation on a stream starts, a "deliver change set" operation against a component of that stream will be blocked until the snapshot operation completes.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 09 '12, 10:02 a.m.Halil BAHADIR
JAZZ DEVELOPER Jul 09 '12, 10:02 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 09 '12, 10:03 a.m.