SVN Working Copy to Different Branch Merge Without Commit to Working Copy Branch
- by Q Boiler
If a working copy (local copy) was created from a branch, lets call it A. Coding was done in branch A, but branch A was "Closed" to commits, and branch b was opened. How do I merge my working copy changes into Branch B and commit to branch B, without commiting my changes to branch A first.
Trunk - branch A.
I checked out branch A and made…