Where did all the intermediate revisions go when I merged two branches?
问题 I recently merged branch X into branch Y . I expected the revision history from branch X to be merged somehow into the revision history of branch Y . Instead all I see is the revision history for branch Y with one commit merging in all of the changes from branch X . I intend to delete branch X in order to tidy up redundant branches. To do the merge I checked out branch Y , then did an svn merge with branch X , then committed the changes back to branch Y (as suggested here). Is the revision