如何使用 C# 中的文件路径在 IBM Rational ClearCase (SCM) 中签入、签出、撤消签出?
通过使用文件路径,我喜欢在 C# 中签入、签出和撤消签出该文件。
可以这样做吗?
提前致谢。
From using file path, I like check in, check out and undo check out of that file in C#.
Is it possible to do that?
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有直接的 C# API,只有一组通过 Rational ClearCase 自动化库 (CAL)。
正如“我如何获得以编程方式从 C# 获取最新的 Clearcase 标签?”,最好将这些 checkout/checkin/unco 操作包装在 VB 脚本中,并且 从您的 C# 程序调用它们。
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.