Domanda

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.

È stato utile?

Soluzione

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.

Altri suggerimenti

On the command line you want to combine the '-u ' and the path like so:

p4 changes -u someuser //depot/path/to/sources/...

You can further limit the output with the usual revRange syntax when specifying the path.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top