SCM : How I get others Changesets in my Pending changes view as Outgoing Changes?
One answer
Do you have the stream added to the pending changes view and see that flowing against another stream? In that case this would be normal. If you have your colleagues changes in your repository workspace but these changes are not yet in the flow target, this would also be normal. Another case could be if someone rebased the stream to an earlier baseline and you have the changes of your colleagues that got backed out in the repository workspace.
Comments
-
How to verify that the changes of other colleagues got backed out in RWS ?
-
How to solve or avoid that other user's changes should not reflect into the other's users RWS?
Thank you
The only way to avoid this scenario is to never "replace" the configuration of the stream, but rather always deliver new changes to it. In particular, instead of using the "replace" to drop change sets from the stream, use the "reverse" operation to deliver change sets that undo the changes you want to get rid of.
Something else you can do is turn on the deliver pre-condition on the stream that requires that the change sets have work items, transition the state of the discarded work item to a "Discarded" state, and add a work item query precondition to the stream, that disallows delivering a work item in the Discarded state to that stream. This doesn't verify that the change sets discarded from the streams have been discarded from all the workspaces, but does prevent those change sets from being re-delivered to the stream by mistake.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER May 23 '19, 7:50 a.m.Consider opening a case with support.