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.
我需要获取项目的所有主线流。我在终端上试过这个
p4 streams -F "Type=mainline" //someproject
并得到以下错误, //ConMod - must refer to client 'dummy'。我该如何解决这个问题,有没有更好的方法。我想在 p4Pyton 中完成同样的任务
//ConMod - must refer to client 'dummy'
使用流库的正确路径(使用通配符):
p4 streams -F "Type=mainline" //ConMod/...