详细 p4 同步

发布于 2024-09-09 23:08:32 字数 527 浏览 1 评论 0原文

在可视化 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪若未夕 2024-09-16 23:08:32

抱歉,没有详细日志记录可用于在 CLI 中运行命令。当您执行p4同步//...时,它会报告它可以报告的所有信息。事实上,在 P4V 中执行同步与通过 CLI 执行同步之间的唯一区别是 P4V 会告诉您它已更新了多少文件。

P4V 中的显示文件操作的 p4 命令输出选项

显示P4V发出的所有命令,
包括 P4V 发出的命令
获取状态信息
强制服务器。 来源:P4V 帮助文件< /a>


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

displays all commands issued by P4V,
including commands issued by P4V to
obtain status information from the
Perforce server. Source: P4V Help file

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文