简体   繁体   中英

how to merge / copy the latest revision from a branch to another branch

suppose I have two branches, A and B. A has the latest change withe new files. I want to copy whatever in A into B so that B has all the changes made in A. How do I do this?

Not surprisingly, you should use svn merge . See here for example.

svn merge :

svn merge — Apply the differences between two sources to a working copy path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM