How to update Clear Case view using .Net?

115 Views Asked by At

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?

1

There are 1 best solutions below

0
VonC On

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.