Who is responsible for auto-resolve? RTC or Eclipse?
At this post users reports that RTC don't auto resolve a simple merge of adjacent lines.. but if we make changes at line 1 and line 3 then it's ok for him...
question 1:
Who is responsible for trying to auto-resolve the conflict? RTC or Eclipse? This is such a simple case and must scm tools resolve this easily...
question 2:
what is the default behavior of RTC in cases that a file have a lot of non-conflicting changes and one conflicting change and we say to RTC to auto resolve? He resolves all non-conflicting and just shows me what he didn't know how to resolve or he "abort" all process?
tks!
question 1:
Who is responsible for trying to auto-resolve the conflict? RTC or Eclipse? This is such a simple case and must scm tools resolve this easily...
question 2:
what is the default behavior of RTC in cases that a file have a lot of non-conflicting changes and one conflicting change and we say to RTC to auto resolve? He resolves all non-conflicting and just shows me what he didn't know how to resolve or he "abort" all process?
tks!
4 answers
As this part is still open, I created an RFE for the problem "Allow the user to specify the tool to be used to perform auto-resolve".
Feel free to vote it:
RFE ID 44947 - Allow the user to specify the tool to be used to perform auto-resolve
Hope this helps,
Simon
Feel free to vote it:
RFE ID 44947 - Allow the user to specify the tool to be used to perform auto-resolve
Hope this helps,
Simon
Mirco,
RTC does not support the use of a third party tool for performing auto-resolve. If this is something you think would be useful, you should open an enhancement request.
Michael
RTC does not support the use of a third party tool for performing auto-resolve. If this is something you think would be useful, you should open an enhancement request.
Michael
Comments
Mirco,
RTC supports to enable using a different merge tool. This can be done in Window>Preferences>Team>Jazz Source Control>External Compare Tools.
RTC supports to enable using a different merge tool. This can be done in Window>Preferences>Team>Jazz Source Control>External Compare Tools.
Comments
showing 5 of 6
show 1 more comments
I believe that the default Eclipse merge tool is used to detect whether a conflict can be auto-resolved, and to perform the auto-resolve, but we should get confirmation from the RTC SCM team.
I'm reasonably confident that if anything in the file cannot be auto-resolved, then no change is made to the file by an "auto-resolve" request, but instead, the non-conflicting changes have to be explicitly requested after the manual merge tool has been invoked.
Note: I've submitted work item 227322 ( https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/227322 ), requesting that the user be able to specify the tool to be used to check for and perform auto-resolve.