How does a RTC merge works under the hood?
I have looke through the documentation and the forum posts to understand how the RTC merge really works. I found that RTC does a three way merge. But how does the merge of the content of a file works in detail? Is it a line by line comparison? Or is it a comparison that is able to detect code blocks? Is this documented somewhere?
Thanks for your hints and tipps.
Thanks for your hints and tipps.
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 13 '13, 11:11 p.m.Note that the default RTC merge tool is just the default Eclipse merge tool for that type of file. So you'd want to look in the Eclipse web site for information about the Eclipse merge tooling.