|
||||||||
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 |
[JIRA] (JENKINS-15653) Filter changes by viewspec
bgold...@synopsys.com (JIRA) Tue, 30 Oct 2012 06:14:48 -0700
- [JIRA] (JENKINS-15653) Filter changes by view... bgold...@synopsys.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... rob.pe...@gmail.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... bgold...@synopsys.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... bgold...@synopsys.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... rob.pe...@gmail.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... bgold...@synopsys.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... bgold...@synopsys.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... bgold...@synopsys.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... rob.pe...@gmail.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... bgold...@synopsys.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... bgold...@synopsys.com (JIRA)
- [JIRA] (JENKINS-15653) Filter changes by... rob.pe...@gmail.com (JIRA)
#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]