Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想自动更新我的 ClearCase 视图。
我需要在我的 C# 代码中进行什么样的调用? CAL 可以执行更新功能吗?
您确实可以使用 CAL(请参阅“将 Perl 与 Rational ClearCase 自动化库 (CAL) 一起使用”),但更多的是在 Perl 脚本中。
作为 Perl 脚本的示例,请参阅这个或我的旧答案。
这意味着您的 C# 代码应该运行Process.Start()
Process.Start()
这应该会完成您之前关于 update 的问题。