1

I'm using clearcare as command line. I want to compare a checked out file with predecessor. I use the command :

  • ct diff -graphical -predecessor $file

But the diff is done with xcompare. Is there a way to use bcompare instead ?

A.Pissicat
  • 2,583
  • 3
  • 28
  • 79

1 Answers1

1

You can check first if "How do I integrate Beyond Compare with ClearCase?" that I wrote in 2010 can help.

Beyond Compare itself has an official page, but it might not work in an Unix environment.

VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755
  • Your instructions are still valid as the type manager interface hasn't changed at all. If the Beyond Compare Unix cli options have changed, a wrapper script may be needed. – Brian Cowan Jul 29 '20 at 21:40