在给定目录的情况下,是否有可能获得任何用户打开以添加的文件列表?

Is it possible to get a list of files opened for add by any user, given a directory?

我需要查看哪些用户正在某个目录库中添加新文件。是否可以使用 p4 opened 查看用户以及他们为文件命名的内容?

我试过了

p4 opened -a //depot/MMA/interfaces/STAMP/branches/v16.1/src/testCfg/bundles/...

但该命令似乎不像其他命令那样解释 ...;可能只需要文件。

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.

希望这对您有所帮助, 珍.