两个分支之间的非集成变更列表

发布于 2024-09-14 12:50:36 字数 255 浏览 7 评论 0 原文

我想找到从branch1到branch2的非集成变更列表。 当我执行以下命令时:

p4 interchanges -tbranch1branch2> temp.txt

我收到错误:

“扫描的行数过多(超过 500000 行);请参阅“p4 help maxscanrows”。”

在这种情况下如何使用更具限制性的通配符来获得结果? 我想查看两个分支之间的非集成更改列表 具体日期范围。

谢谢,
汤姆

I wanted to find the non-integrated changelists from branch1 to branch2.
When I do the following command :

p4 interchanges -t branch1 branch2 > temp.txt

I am getting the error:

"Too many rows scanned (over 500000); see 'p4 help maxscanrows'."

How I can use more restrictive wild cards in this case to get the results?
I want to see non-integrated change lists between two branches for
specific date ranges.

Thanks,
Tom

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

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

发布评论

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

评论(1

夜还是长夜 2024-09-21 12:50:36

您可以指定一个日期范围,如下

所示:p4 interchanges -tbranch1@2010/01/01,@2010/08/17branch2>临时文件.txt

You can specify a date range like this:

p4 interchanges -t branch1@2010/01/01,@2010/08/17 branch2 > temp.txt

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