代码之家  ›  专栏  ›  技术社区  ›  David Krisch

如何区分2性能客户端规范

  •  2
  • David Krisch  · 技术社区  · 14 年前

    我有两个性能客户机(客户机A、客户机B),每个客户机包含大约40个文件规范。它们是相似的,但是每个客户机都有几个没有包含在另一个客户机中的文件规范。我想找出这些客户机规范之间的差异。理想情况下,输出看起来像这样…

    File specs in client-a and not in client-b:
    //depot/dirA/...
    //depot/dirG/...
    
    File specs in client-b and not in client-a:
    //depot/dirD/...
    //depot/dirX/...
    

    如果我能做点像 p4 diff -c client-a -c client-b 但在阅读文档后 p4 diff p4 diff2 这似乎不可能。我可以诉诸于写一个awk脚本,但我认为可能有更好的解决方案。有没有一个简单的方法可以做到这一点?

    1 回复  |  直到 14 年前
        1
  •  3
  •   raven    14 年前

    您可以创建一个 spec depot . 完成之后,您将能够像比较源文件一样比较客户机规范(以及其他方面)。

    alt text http://img192.imageshack.us/img192/448/specdepot.png