How do I list all files revisions, changelist number & developer's ID within a directory?
问题 I am trying to get a list of all revisions on all files within a directory with this information: The version number Changelist number Developer's id. I tried using P4 files: p4 files -a . > output.txt, but this command has no options to give me the developer's id & changelist number. 回答1: My request for clarification notwithstanding, as I understand your question I think you want to use p4 filelog : p4 -c <client-name> filelog ... > output.txt This will produce lines like: //path/to/depot