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 changes.
Branch A was closed to commits.
New Branch created from branch A.
branch A - branch B.
I would like to commit my working copy changes (currently pointing at Branch A into branch B without commiting to Branch A)