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,129,465
  • 480
  • 4,036
  • 4,755
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,129,465
  • 480
  • 4,036
  • 4,755