Perforce – get a report of all changes (p4 changes)
May 15th, 2009
If your development team is good about providing detailed descriptions in the submit notes, such as bug tracking reference numbers, source files changed and why, etc., then you can use this Perforce command to easily create a report to hand to QA or whoever manages your release.
This command gets all changes made from a specified date to now. The $P4CLIENT is an OS X environment variable, but could be left off (to see changes for all client specs) or specified as a string.
p4 changes -L -c $P4CLIENT @2009/05/11,@now