从使用文件路径,我喜欢在C#中签入,签出和撤消该文件的签出 有可能吗?
先谢谢。
答案 0 :(得分:1)
没有直接的C#API,只有一组COM接口通过 Rational ClearCase Automation Library (CAL) 。
因此,在“How do I get latest clearcase label programmatically from C#?”中,最好将这些checkout / checkin / unco操作包装在VB脚本中,并call them from your C# program。