创建 devpath 后如何查看签入 MKS 的文件列表?
在MKS中创建devpath后,开发人员将代码签入MKS。 我想找到创建 devpath 后签入 MKS 的文件列表(从头到尾)。 请帮我。
谢谢
After creating the devpath in MKS, developers will check in the code to MKS. I want to find the list of files got checked in to the MKS after creation of devpath (from the beginning to the end).
Please help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用命令行界面“rlog”命令来查看 devpath 上的所有更改。
基本语法类似于:
si rlog --devpath=Version2
您还可以使用 rlog 命令的其他参数将输出限制为日期范围或其他条件。
希望这可以帮助。
You can use the command line interface "rlog" command to see all changes on a devpath.
The basic syntax would be something like:
si rlog --devpath=Version2
You can also use the other parameters of the rlog command to limit the output to a date range or other criteria.
Hope this helps.
如果您使用 GUI,您可以转到“项目历史视图”,标记两个检查点气泡(按住 CTRL),然后从上下文菜单中选择“查看差异”。 在该视图中,您可以看到在选定检查点之间签入的所有文件。
If you use the GUI you can go to the "project history view", and mark two of the checkpoint bubbles (holding CTRL) and then select "view differences" from the context menu. In that view you can see all the files that were checked in between the selected checkpoints.