我想在脚本中使用一个命令 - 它可以查找当前目录是否包含来自perforce syncd的所有更改。
我知道如果是我的工作区,我可以轻松地进行p4同步,这将获得所有最新文件。但我不想同步,我只是想检查 - 这就是全部!
答案 0 :(得分:4)
来自p4 sync
documentation:
-n Display the results of the sync without actually performing the sync.
P.S。你知道如何使用谷歌吗?这是this query的第二次打击。