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.
在svn中,将Branch的更改合并回Trunk和将Branch的更改重新集成到Trunk有什么区别?这是否会产生相同的结果而没有未来的问题?
重新整合不是单独的操作——它是合并的子类型。
Reintegrate 合并不同于“正常”合并:与本地工作副本相比,它只仔细复制源Merge From独有的那些更改( Merge To在常见情况下)
另请阅读为什么 svn 1.5 合并需要 --reintegrate?