How does a change set ever get delivered to the stream if I deliver it to another developer's workspace as my flow target?
How does a change set ever get delivered to the stream if I deliver it to another developer's workspace as my flow target? Is the other developer responsible for delivering it to the stream eventually after they accept the incoming change from my delivery. Do I remove it from my repository workspace at that point?
2 answers
First, note that you cannot deliver a change set to another developer's workspace.
In order to get a change set into another developer's workspace, that other developer must accept that change set into their workspace.
But let's assume the other developer accepted the change set into their workspace.
Then either they or you could deliver it to the stream (it doesn't matter which of you does).
And there's no reason to delete it from your workspace (unless for some reason you no longer want to see that change in your workspace).
In order to get a change set into another developer's workspace, that other developer must accept that change set into their workspace.
But let's assume the other developer accepted the change set into their workspace.
Then either they or you could deliver it to the stream (it doesn't matter which of you does).
And there's no reason to delete it from your workspace (unless for some reason you no longer want to see that change in your workspace).
In the scenario described above. I beleive the developer would need to create a new change set and then deliver to the stream.
Normally, your workspace and the developers workspace should both have a flow target to the same stream. Once the changeset is delivered to the stream, it will then flow to the developers workspace repository where he can accept.
Normally, your workspace and the developers workspace should both have a flow target to the same stream. Once the changeset is delivered to the stream, it will then flow to the developers workspace repository where he can accept.