Steps to get ClearCase merge tool working with RTC
4 answers
Hi,
what you could try to do is set the clearcase merge tool as external compare merge tool in the IDE preferences/options (VStudio). Look for Team or Jazz Source Control (VStudio) and underneath for External Compare Tool /Comparetool (VStudio).
Not sure that'll work though.
Ralph
what you could try to do is set the clearcase merge tool as external compare merge tool in the IDE preferences/options (VStudio). Look for Team or Jazz Source Control (VStudio) and underneath for External Compare Tool /Comparetool (VStudio).
Not sure that'll work though.
Ralph
Hi
Can you please provide me with the steps to get ClearCase merge tool working with RTC rather than the jazz one.
Thanks
The ClearCase merge tool is supposed to appear in the "External Merge
Tools" list ... but I just checked, and it isn't there. I'll make sure
it gets into the next release.
Until then, you can set it as your custom merge tool.
Here are the default pathnames of the appropriate executables on Windows
(do the usual pathname transformations if you are on Unix):
2-way compare
location of executable: C:\Program
Files\IBM\RationalSDLC\ClearCase\bin\cleardiffmrg.exe
local compare arguments: ${file1Path} ${file2Path}
remote compare arguments: ${file1Path} ${file2Path}
3-way compare:
location of executable: C:\Program
Files\IBM\RationalSDLC\ClearCase\bin\cleardiffmrg.exe
arguments: -base ${ancestorFilePath} -out ${mergeFilePath} ${file1Path}
${file2Path}
Cheers,
Geoff
On 12/16/2010 7:23 AM, Harpal wrote:
Tools" list ... but I just checked, and it isn't there. I'll make sure
it gets into the next release.
Until then, you can set it as your custom merge tool.
Here are the default pathnames of the appropriate executables on Windows
(do the usual pathname transformations if you are on Unix):
2-way compare
location of executable: C:\Program
Files\IBM\RationalSDLC\ClearCase\bin\cleardiffmrg.exe
local compare arguments: ${file1Path} ${file2Path}
remote compare arguments: ${file1Path} ${file2Path}
3-way compare:
location of executable: C:\Program
Files\IBM\RationalSDLC\ClearCase\bin\cleardiffmrg.exe
arguments: -base ${ancestorFilePath} -out ${mergeFilePath} ${file1Path}
${file2Path}
Cheers,
Geoff
On 12/16/2010 7:23 AM, Harpal wrote:
Hi
Can you please provide me with the steps to get ClearCase merge tool
working with RTC rather than the jazz one.
Thanks
It is work item 107913 ... please feel free to add a comment to that
work item indicating your interest/support.
Cheers,
Geoff
On 12/21/2010 9:38 AM, Harpal wrote:
work item indicating your interest/support.
Cheers,
Geoff
On 12/21/2010 9:38 AM, Harpal wrote:
Thank you Geoff& Ralph!
Geoff will this have a jazz.net enhancement request to get it in to a
future release? If yes please provide the ID number.
Thanks again,
Harpal