1

I want to automatically update my ClearCase view.

What kind of call do I need to make in my C# code?
Could CAL perform an Update function?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
TyagiP
  • 51
  • 3

1 Answers1

0

You can use CAL indeed (see "Using Perl with Rational ClearCase Automation Library (CAL)"), but more in a Perl script.

See as example of Perl script this one or my old answer.

That means your C# code should run a Process.Start()

That should complete your previous question about update.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250