RTC external compare tool - win 7 - does not find workspace version
RTC 3.0.1.2, win7
I have BeyondCompare and happily found https://jazz.net/forum/questions/47177/code-comparison-tool-with-rtc and configured it.
When I want to compare my local edited version with the version checked into the workspace, BC gets started just fine but it tells me for the workspace version:
File not found: C:\Users\_mylogon_\AppData\Local\Temp\RTC_hash-string_\file.txt
I looked in C:\Users\_mylogon_\AppData\Local\ and the only think I see are build result files from when I looked at those.
The RTC built-in compare opens just fine, but it doesn't ignore leading blanks.
This is a company install and I don't have any local admin rights if that matters.
This would be sooo handy. Any tips are appreciated.
I have BeyondCompare and happily found https://jazz.net/forum/questions/47177/code-comparison-tool-with-rtc and configured it.
When I want to compare my local edited version with the version checked into the workspace, BC gets started just fine but it tells me for the workspace version:
File not found: C:\Users\_mylogon_\AppData\Local\Temp\RTC_hash-string_\file.txt
I looked in C:\Users\_mylogon_\AppData\Local\ and the only think I see are build result files from when I looked at those.
The RTC built-in compare opens just fine, but it doesn't ignore leading blanks.
This is a company install and I don't have any local admin rights if that matters.
This would be sooo handy. Any tips are appreciated.
One answer
What's happening is that the temp files get deleted before the already running instance of BCompare.exe opens them. You should change your external diff tool commands to use BComp.exe instead of BCompare.exe. BComp.exe is designed to stay running until BCompare.exe is finished comparing the files it was given.
i.e. using BCompare.exe you have this
BCompare A (already running)
Eclipse launches BCompare B
BCompare B detects BCompare A
BCompare B tells BCompare A to do compare
BCompare B exits
Eclipse deletes temp files
BCompare A tries to open files, but can't.
Switching to using BComp,exe you have this:
BCompare A (already running)
Eclipse launches BComp
BComp Launches BCompare B
detects BCompare A is running
BCompare B tells BCompare A to do compare
BCompare B exits
BComp Waits for BCompare A to finish comparison of files (how I don't know)
...
BCompare A closes compare of files
BComp exits
Eclipse deletes temp files
Comments
Karl Weinert
JAZZ DEVELOPER Sep 26 '13, 2:43 p.m.Martina Riedel
Sep 26 '13, 3:13 p.m.Karl Weinert
JAZZ DEVELOPER Sep 27 '13, 8:05 a.m.1 vote
Martina Riedel
Sep 27 '13, 12:37 p.m.Karl Weinert
JAZZ DEVELOPER Sep 30 '13, 2:00 p.m.