How to Check In , Check Out , Undo Check Out in IBM Rational ClearCase (SCM) using the File Path in C#?
From using file path, I like check in, check out and undo check o开发者_Python百科ut of that file in C#.
Is it possible to do that?Thanks in Advance.
There isn't a direct C# API, only a set of COM interfaces through the Rational ClearCase Automation Library (CAL).
So as in "How do I get latest clearcase label programmatically from C#?", it is better to wrap those checkout/checkin/unco operations in VB scripts, and call them from your C# program.
精彩评论