Perfectionists Review

Does anyone know how to get perforce to generate a table of details and file history descriptions?

Either the GUI or the command line solution is fine. In the Windows P4V GUI client, when you right-click a file in the workspace tree and select "File History", you can see a list of each revision, in which the "Description" is indicated as the last column in this list. I would just like to print this list in a print-friendly format (because if there is a long description, it never fits on the screen).

Basically I need a nice neat list of all the changes in the file, with the date and description of the change. I did not find a way to create this list for printing, except in the "File History", but it is not possible to print, except for using the shutdown tool or the print screen, which I do not want to use.

The best scenario would be a list with a date and description, as well as a summary of the analysis with a different analysis, to show exactly what was changed in each revision for a particular file.

Any help with this would be greatly appreciated.

+3
source share
2 answers

P4Report * , Perforce. , ODBC, , . Crystal Reports, Microsoft Excel ..

, , , , script.

Perforce , / Microsoft Excel.

/ , , ODBC, P4Reports , . p4, , . .

*

+5

p4 changes -l <filename> CLI. , - script, p4 describe .

+3

All Articles