问题
I have two Perforce users A and B. A creates a numbered changelist 4711 and assigns this changelist to B with the command:
p4 change -U B 4711
User B can now verify that he owns changelist 4711 by calling:
p4 describe -s 4711
Is there any way for user B to find out that this changelist was created by A?
Regards
Lars
回答1:
Not via any Perforce client commands, no. This information isn't versioned in the metadata or the spec depot. Options for the admin include:
- Putting a trigger in place that will record this information somewhere.
- Searching the journal for modifications to the
@db.change@
record. - Searching the log file for uses of the
p4 change -U
command.
来源:https://stackoverflow.com/questions/43049511/how-do-i-find-the-creator-of-a-perforce-changelist