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
  • 3,023
  • 4
  • 38
  • 93

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,262,500
  • 529
  • 4,410
  • 5,250
  • 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