[p4] File data

Dix, John JDix at MedManageSystems.com
Wed Oct 31 14:32:59 PDT 2007


Thanks everyone for your suggestions! I ended up having to download
Cygwin to implement the solutions and it works great!

-jdix


-----Original Message-----
From: perforce-user-bounces at perforce.com
[mailto:perforce-user-bounces at perforce.com] On Behalf Of Chuck Karish
Sent: Tuesday, October 30, 2007 1:01 PM
To: Dix, John
Cc: perforce-user at perforce.com
Subject: Re: [p4] File data

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
_______________________________________________
perforce-user mailing list  -  perforce-user at perforce.com
http://maillist.perforce.com/mailman/listinfo/perforce-user



More information about the perforce-user mailing list