Redelivering a reversed Change Set
Let's say that after a few days I regret the patch and want the original change back again, how do I redeliver the original change set?
Thank you,
Gabriel.
One answer
Comments
This is your easiest option. You can also discard the reversal from your workspace and replace in stream with the contents of your workspace. Either way results in the changes you want. Shuchita's answer will give you a change history that shows the reversal and the reversal of the reversal. My suggestion would mean the reversal never happened.
2 votes
Tim, What if the reverse change set is already a base for new change sets?
If that's the case then you have to perform a reversal of the reversal as Shuchita suggested. Those change sets already rely on the reversal change set so removing them would mean recreating them. It's often easier to deliver a reversal unless you're required to remove the change completely as if it was never delivered.
Comments
Tim Mok
JAZZ DEVELOPER Jul 28 '14, 9:32 a.m.You can't "redeliver" the change set because it still exists in the stream. What your reversal did is create another change set that undoes the changes.
Gabriel Ben-harosh Hasson
Jul 29 '14, 3:28 a.m.Hi Tim,