Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filter Perforce History by User

Tags:

perforce

Is there a way—either in P4V or command-line p4—to look through the History of a particular directory and show only changelists by a particular user/submitter?

I thought older versions of P4V had this feature (though I can't be sure) and I cannot find anything relevant in the menus of the current P4V.

like image 216
Phrogz Avatar asked Mar 13 '14 15:03

Phrogz


1 Answers

Though the History view—which is automatically filtered to the last-selected folder/file in the active tree view—does not seem to have the ability to filter, the Submitted Changelists view can be filtered by both User and file spec. Open the view with Ctrl+2, or from the View menu:

                        View Menu

and then specify the filter at the top of the "Submitted" tab:

    Filter showing user and file specification.

like image 158
Phrogz Avatar answered Nov 03 '22 11:11

Phrogz