Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能与编程无关,但确实有帮助。我们使用 Jenkins 和 perforce 插件。Jenkins 构建是由变化触发的。我们还可以查看特定更改列表中哪些文件受到影响。
但我很好奇是否有任何选项可以让我们也看到文件之间的差异。说一个变更列表说:hello.cpp 2#2 那么有什么方法可以让我看到 hello.cpp 文件的第一版和第二版之间的差异。好像有这样的功能,它将允许我们审查代码并增加可用性。
设置一个 scm 浏览器服务器,例如 fisheye 或 p4web,并设置 perforce 插件与之对话。这将为更改日志中的每个文件提供指向差异的链接。