在 Perforce 中,如何查看存储库中所有变更列表的历史记录?
我不是在寻找特定文件的历史记录,而是在寻找整个修订树的历史记录。
I am not after history of a specific file but of the whole revision tree.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您想要所有变更列表的大列表吗?
在命令行:
要获得更详细的输出:
要查看有关特定更改列表的更多信息:
You want just a big list of all changelists?
At the command line:
For more detailed output:
To see more information on a specific changelist:
在 P4V 2009.2(最低)
View ->提交的变更列表
允许您按文件夹/文件、用户或工作空间过滤所有变更列表的列表,如下面的屏幕截图所示: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:如果您使用 P4V,
请在 P4V 中查看“已提交”选项卡或选择根软件仓库并查看“历史记录”选项卡。
If you use P4V
View the Submitted Tab in P4V or select the root depot and view the history tab.
如果您想查看 p4v 中的历史记录,请按照以下步骤操作。
选择您想要查看历史日志的文件。
右键单击它并选择文件历史记录。
注意:如果您想要从 version1.0 到版本 x.0 的文件的完整历史记录,只需右键单击该文件并选择修订图,如图所示。p4v 中的文件历史记录
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