Merge

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

svn merge [--dry-run] rev1:rev2 URL PATH
svn merge [--dry-run] URL1@rev1 URL2@rev2 PATH
Type Value Description
--dry-run Specifies that the operation will be simulated without making any modifications.  
URL   Repository URL for the resource to merge.
URL1 Repository URL for the start branch to merge.  
rev1 Start revision for the resource to merge.  
URL2 Repository URL for the end branch to merge.  
rev2 End revision for the resource to merge.  
PATH Destination path in the working copy for the result of the merge.