Hunter
Hunter

Reputation: 2470

How to list all the files that are checked in under perforce job?

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

Answers (1)

Samwise
Samwise

Reputation: 71424

p4 -Ztag -F@=%Change% fixes -j JOBNAME | p4 -x - files

Upvotes: 2

Related Questions