SVN Working Copy to Different Branch Merge Without Commit to Working Copy Branch

Posted by Q Boiler on Stack Overflow See other posts from Stack Overflow or by Q Boiler
Published on 2010-05-25T14:14:40Z Indexed on 2010/05/25 14:31 UTC
Read the original article Hit count: 350

Filed under:
|
|
|

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)

© Stack Overflow or respective owner

Related posts about svn

Related posts about merge