详细 p4 同步
在可视化 Perforce 客户端 (p4v) 中,有一个选项:
显示文件操作的 p4 命令输出
启用该选项后,在日志窗格中我可以看到如下详细日志记录:
p4 sync /Users/az/ftp/...#head
//depot/ftp/inc/PICHNL.H updated /Users/az/ftp/inc/PICHNL.H
//depot/ftp/src/ftpprot.cpp updated /Users/az/ftp/src/ftpprot.cpp
2 files updated
是否有类似的内容命令行必须是客户端吗?
在命令行中(Cygwin 在 Hudson CI 中运行)执行:
p4 sync /Users/az/ftp/...#head
在整个同步完成之前不显示任何内容。
我希望在进行 p4 同步
时进行详细日志记录。
In the visual Perforce client (p4v) there is an option:
Show p4 command output for file operations
When it is enabled, in the log pane I can see detailed logging like this:
p4 sync /Users/az/ftp/...#head
//depot/ftp/inc/PICHNL.H updated /Users/az/ftp/inc/PICHNL.H
//depot/ftp/src/ftpprot.cpp updated /Users/az/ftp/src/ftpprot.cpp
2 files updated
Is there something similar in the command line perforce client?
In command line (Cygwin ran in Hudson CI) executing:
p4 sync /Users/az/ftp/...#head
shows nothing until whole sync is done.
I would like to have verbose logging when doing p4 sync
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,没有更详细日志记录可用于在 CLI 中运行命令。当您执行
p4同步//...
时,它会报告它可以报告的所有信息。事实上,在 P4V 中执行同步与通过 CLI 执行同步之间的唯一区别是 P4V 会告诉您它已更新了多少文件。P4V 中的显示文件操作的 p4 命令输出选项
Sorry, there is no more verbose logging available for running commands in CLI. When you perform a
p4 sync //...
it is reporting all the information that it can. In fact the only difference between the performing a sync in P4V and via CLI is that P4V tells you how many files it has updated.The Show p4 command output for file operations option in P4V