创建 devpath 后如何查看签入 MKS 的文件列表?

发布于 2024-07-25 02:02:52 字数 96 浏览 3 评论 0原文

在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱冒险 2024-08-01 02:02:52

您可以使用命令行界面“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.

月寒剑心 2024-08-01 02:02:52

如果您使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文