如何在 Perforce 中获取特定作者自特定日期以来所做的所有编辑的差异?
在 Perforce 中,我试图找出对特定长时间运行任务的代码进行了哪些编辑。我知道所有的更改都是由同一位作者做出的,并且他几乎总是在从事这项特定的任务。
鉴于此,我试图找到一种方法来对自特定日期以来他对代码所做的所有编辑进行比较。请问我该怎么办?
(另一种方法可能是获得在多个指定变更列表中所做的所有更改的统一差异 - 然后我可以坐下来手动指定所有变更列表,并在最后得到一个合理的结果。)
In Perforce, I'm trying to find out what edits were made to the code for a particular long-running task. I know that all the changes were made by the same author, and that he was almost invariably working on this particular task.
Given that, I'm trying to find a way to do a diff of all the edits he has made to the code since a particular date. How would I go about it please?
(An alternative might be a way to get a unified diff of all the changes made in a number of specified changelists - I could then sit down and specify all the changelists manually and get a sensible result at the end of it.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类似这样的事情应该可以做到:
Something along the lines of this ought to do it: