In Perforce how do you view history of all changelists in repository?
I am not after history of a specific file but of the whole revis开发者_如何学Goion tree.
You want just a big list of all changelists?
At the command line:
> p4 changelists
For more detailed output:
> p4 changelists -l
To see more information on a specific changelist:
> p4 changelist [changelistnumber]
In P4V 2009.2 (at minimum) View -> Submitted Changelists
allows you to filter the list of all changelists by folder/file, user, or workspace, as shown in the screenshot below:
If you use P4V
View the Submitted Tab in P4V or select the root depot and view the history tab.
if you want to see the history log in p4v just follow the below step. select the file to which you want to see the history log . right click on it and select file history. note :if you want entire history of a file starting from version1.0 to version x.0 just right click on the file and select revision graph as shown in picture.file history in p4v
精彩评论