TaggedOutputl
如果我们将 bool 设置为 true,则命令 Diff2 不会给出假设的输出,taggedOutput
但如果我们将其设置为 false,则结果会在文本上返回 TextOutput
而没有问题,那么我该如何解决这个问题
编码:
P4Command command = new P4Command(ps, "diff2", false, new String[] { "-ds", depotpathleft, depotpathright });
Perforce.P4.Options op= new Options();
op.Add("-u","");
P4CommandResult result= command.Run(op);
TaggedObjectList list = (result.TaggedOutput);