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.
在 Subversion 1.6 中有没有办法使用日志、mergeinfo 等来确定何时使用 --reintegrate 选项完成合并?(这假设人们知道哪些提交是合并的结果。)
唯一存储的信息是合并的修订列表。没有记录它们是如何合并的。
但是,您可以通过检查文件内容做出一个很好的猜测:在重新集成合并之后,合并源和合并目标之间的唯一区别将是合并目标的那些先前未合并到合并源的修订。