SVN Merge, then rebase.
Posted
by Nix
on Stack Overflow
See other posts from Stack Overflow
or by Nix
Published on 2010-05-18T13:44:54Z
Indexed on
2010/05/18
13:51 UTC
Read the original article
Hit count: 327
I am trying to find the proper way to reintegrate the changes in my SVN branch to the trunk, and the rebase.
I have successfully merged my changes from the branch back to the trunk using,
reintegrate merge http://mybranch into C:\code\trunk
Now i need to recreate my development branch from the trunk. What is the best way to do this?
© Stack Overflow or respective owner