SVN: Merging two branches together
问题 We have multiple developers working on a project. We're employing a feature-branch method of branching in which we do the following: All maintenance work and bug fixes are done on the trunk All new functionality is done on a new branch Branch is updated regularly (via merging changes from trunk to branch) However, we've run into a situation that 2 branches [we'll call them feature-branch-1 and feature-branch-2] need to be merged together. What is the best way to accomplish this? Part of me