我需要查看用户在某个目录库中添加新文件的内容。是否可以使用p4 opened
查看用户以及他们为文件命名的内容?
我已经尝试了
p4 opened -a //depot/MMA/interfaces/STAMP/branches/v16.1/src/testCfg/bundles/...
但看起来命令并没有像其他命令那样解释...
;可能只期待文件。
答案 0 :(得分:2)
p4 opened -a //<DepotName>/...
适合我。我还可以指定多个目录:
bash-3.2$ p4 opened -a //guest/jen_bottom/...
//guest/jen_bottom/P4RubyGem/install.rb#10 - edit change 10688 (text) by jen_bottom@jen_bottom_ws
//guest/jen_bottom/P4RubyGem/install.rb#10 - edit change 10216 (text) by jen_bottom@jen_bottom_ws_home
我在发行说明中发现了以下错误,这或许可以解释为什么'p4打开的行为不符合预期:
(#72994)**
Certain 'p4 opened' commands could potentially return incorrect results on a server with db.peeking set to 2 or higher.
希望这有帮助, 仁。