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.c在分支中有一个branch_1具有以下版本的文件。
a.c
branch_1
Previous version: 10 Next version : 20 Current version :25
我的工作副本是branch_2
branch_2
20我想将版本之间10的差异合并branch_1到仅用于a.c文件的工作副本中。
20
10
我该怎么做?
使用 2-URL-merge 和 PEG-revisions底部示例“将更改合并到单个文件”
svn merge -c 20 ^/branch1/a.c a.c