[p4] File data

Chuck Karish chuck.karish at gmail.com
Tue Oct 30 13:00:39 PDT 2007


On 10/30/07, Dix, John <JDix at medmanagesystems.com> wrote:
> What I am looking for is a way to list ALL the files a specific user has
> modified in a branch.

p4 changes -u $user //depot/... |
cut -d ' ' -f 2 |
p4 -x - -ztag describe -s |
awk '/depotFile/ {print $3}'

-- 
Chuck Karish   karish at well.com   (415) 317-0182


More information about the perforce-user mailing list