【问题标题】:Use P4 describe to get author and description of a changelist from perforce使用 P4 describe 从 perforce 获取更改列表的作者和描述
【发布时间】:2013-11-22 14:32:59
【问题描述】:

我有一个 perforce 的更改列表编号。如何使用 p4 describe 获取作者和描述或此更改列表。

我无法弄清楚。

【问题讨论】:

  • 你有没有尝试说p4 help describe

标签: bash command-line perforce


【解决方案1】:

p4 描述changelist#

打印:

C:\Users\a148530 p4 describe 45
Change 45 by a148530@a148530_CMServices on 2013/03/26 10:34:12

    Added Rally/Perforce integration, as configured, and including logs.
    Not functional in current state.
    These are the files copied verbatim from the Production Perforce
    server.

Affected files ...

I didnt paste this section but it is a list of files and a state (add/delete/etc)

【讨论】:

  • 当 OP 明确表示他只想要作者和描述时,该命令会产生大量额外的废话。为什么 p4 没有一种合理的方式来查询单个字段?
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2023-03-26
  • 2010-09-13
  • 1970-01-01
  • 2015-03-15
  • 1970-01-01
相关资源
最近更新 更多