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