开发者

How to Check In , Check Out , Undo Check Out in IBM Rational ClearCase (SCM) using the File Path in C#?

开发者 https://www.devze.com 2023-03-13 04:47 出处:网络
From using file path, I like check in, check out and undo check o开发者_Python百科ut of that file 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消