Reverse a change set
Hi All,
I am new to RTC and I need answer to the below scenario.
Users 1 modifies a file and delivers his changes, user 2 accepts user 1's changes and modify the same file and delivers the changes.
After 2 days user 1 realizes that he wants to reverse his changes, user 1 already accpeted user 2's changes.
what is the best approach to reverse users 1's changes keeping user 2's change?
Regards,
Avi
One answer
Please refer to document https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_reversing_change_set.html about how to reverse a change set.
The reverse change set will create a pending patch. After you resolve the conflict in the patch manually or automatically, a new change set will be created in your Pending Changes view which only contains the user 2's change.