如何在 C# 中使用 p4Api 执行 Perforce UNDO 操作

How can I perform a Perforce UNDO operation using p4Api in c#

如果我从命令行调用它,我会调用(例如):

p4 撤消 //depot/myfile.txt#2

如何使用 perforce API 完成同样的事情? UNDO 似乎没有 api。

看起来您可以在没有 API 包装器的情况下使用 RunCommand 到 运行 任意服务器命令:

https://www.perforce.com/manuals/p4api.net/p4api.net_reference/html/M_Perforce_P4_P4Server_RunCommand.htm