如何查找操作类型为集成或从 Perforce 更改列表编辑的所有 *.resx 文件?

发布于 2024-12-01 16:02:47 字数 148 浏览 5 评论 0原文

我希望对大型合并的结果进行一些检查,我知道使用 WinFrom UI 合并经常会得到不正确的结果,所以我希望获得需要检查的文件列表......

我找不到“报告”选项任何 Perforce 菜单,更改列表 dlg 也没有“专家”按钮,因此我无法将数据导入 Excel。

I wish to do some checks on the results of a large merge, I know merges often get incorrect results with WinFrom UIs, so I wish to get a list of the files that need checking…

I can’t find a “report” option on any of the Perforce menus, the change list dlg also does not have an “expert” button, so I can’t get the data into excel.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

闻呓 2024-12-08 16:02:47

p4 描述 -s 47773 |查找/V“分支” |找到“resx”

在 Windows 命令行上 给了我一个有用的列表。 (其中4773是变更列表编号)

p4 describe -s 47773 | find /V "branch" | find "resx"

On the windows command line got me a useful list. (Where 4773 is the change list number)

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