[p4] File data
Biswajit Dash
biswajitind at yahoo.com
Sun Nov 4 20:14:37 PST 2007
Here is one more solution.
p4sql -s "SELECT files.file FROM files,changes WHERE
files.change=changes.change AND changes.us
er='biswajit' AND RIGHT(files.file,
CHAR_LENGTH('//depot/CM/main'))='//depot/CM/main';"
I have tested it in Windows, however since i am using
P4Report command line here, It should work in the same
way in all other OS too.
Regards,
Biswajit.
--- "Dix, John" <JDix at MedManageSystems.com> wrote:
> 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
>
> _______________________________________________
> perforce-user mailing list -
> perforce-user at perforce.com
>
http://maillist.perforce.com/mailman/listinfo/perforce-user
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the perforce-user
mailing list