Merge a source branch to a target branch is both ways or only one way
tfs
Solution
Only the target branch is changed in a merge. So only IntegrationBranch in your example.
Problem
When I merge a source branch 'Branch1' to a target branch 'IntegrationBranch', then changes are only done to 'IntegrationBranch' as a result ( i.e. one-way operation) OR even 'Branch1' may get changed in this merge operation (two-way operation)? I am using TFS 2010.