Ben Golding commented on Improvement JENKINS-15653

#2: Can be done using 'p4 fstat' in place of 'p4 describe':

p4 -c <client> fstat -Rc -e <changelist> //...

will list only files mapped through the client view.
[Changelist description is also included at the end]

In case you want to also keep supporting an 'unfiltered' changes view, you can replace

p4 describe -s <changelist>

by simply

p4 fstat -e <changelist>

Further optimizations of fstat output (-> reduced network traffic).
Measured using a moderate size real changelist on my Perforce:

47654 bytes
33125 bytes with -s
12676 bytes with -s -T depotFile [p4d >= 2009.1]
12676 bytes with -T depotFile [p4d >= 2009.1]

[I could not find documentation of exactly when -s was added. Probably p4d < 1999]

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to