是否有一个脚本可以为 Perforce (p4) 提供相当于 git-bisect 的功能?

发布于 2024-08-20 15:33:02 字数 1539 浏览 2 评论 0原文

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

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

发布评论

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

评论(1

榕城若虚 2024-08-27 15:33:02

我认为不存在任何明确的工具,我想是因为同步到集中式源代码控制系统中的历史点要容易得多,所以没有人觉得需要工具。

只需同步回历史记录,直到到达不再发生回归(您试图跟踪)的点,然后同步到该点和 HEAD 之间的历史记录,直到找到问题修订。

I don't think any explicit tool exists, I guess because syncing to a point in history in a centralized source control system is much easier, so no-one has felt the need for a tool.

Just sync back in history till you reach a point where the regression (that you are trying to trace) no longer happens, then sync to history between that point and HEAD, until you find the problem revision.

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