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.
假设我有两个分支,A 和 B。A 有新文件的最新更改。我想将 A 中的任何内容复制到 B 中,以便 B 具有 A 中所做的所有更改。我该怎么做?
毫不奇怪,您应该使用svn merge. 例如,请参见此处。
svn merge
svn 合并:
svn merge — 将两个源之间的差异应用到工作副本路径。