Finally had success using BC4 (4.0.18847) on OS X Eclipse (Juno) as the External Compare Tool for Team Explorer Everywhere. Was painfully simple after many frustrations.
Under Eclipse preferences: Team / Team Foundation Server / Compare Tools I've added "File Types" of * and TYPED a "Command" of /usr/local/bin/bcomp -ro1 %1 %2
Do not be tempted to browse for bcomp, as the dialog replaces it with this: "/Applications/Beyond Compare.app/Contents/MacOS/bcomp", which does not work.
I'm using -ro1 so I don't inadvertently try to copy changes across to the TFS temp copy.
Under Eclipse preferences: Team / Team Foundation Server / Compare Tools I've added "File Types" of * and TYPED a "Command" of /usr/local/bin/bcomp -ro1 %1 %2
Do not be tempted to browse for bcomp, as the dialog replaces it with this: "/Applications/Beyond Compare.app/Contents/MacOS/bcomp", which does not work.
I'm using -ro1 so I don't inadvertently try to copy changes across to the TFS temp copy.
Comment