Reputation: 13998
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?
Upvotes: 2
Views: 256
Reputation: 6408
svn merge — Apply the differences between two sources to a working copy path.
Upvotes: 0