【发布时间】:2013-11-22 14:32:59
【问题描述】:
我有一个 perforce 的更改列表编号。如何使用 p4 describe 获取作者和描述或此更改列表。
我无法弄清楚。
【问题讨论】:
-
你有没有尝试说
p4 help describe?
标签: bash command-line perforce
我有一个 perforce 的更改列表编号。如何使用 p4 describe 获取作者和描述或此更改列表。
我无法弄清楚。
【问题讨论】:
p4 help describe?
标签: bash command-line perforce
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)
【讨论】: