Reputation: 2470
I got a perforce job and would like to list all the files that are checked in against the job for code review. I want full file path for those files. How can I achieve it?
Upvotes: 1
Views: 129
Reputation: 71424
p4 -Ztag -F@=%Change% fixes -j JOBNAME | p4 -x - files
Upvotes: 2