vote up 1 vote down star
1

I would like to do exactly as the subject says. It's not possible to merge the current branch to the trunk yet, otherwise, that's what I'd do. The subbranch (or whatever the term is) will be merged with the branch and then the branch back to the trunk.

Theoretically, this should work - does anyone see any problems with this? Thanks in advance.

flag

48% accept rate

1 Answer

vote up 4 vote down check

No, that sounds perfectly fine to me.

The only time you might have a problem is if you tried to merge the child branch directly into the trunk.

link|flag
1  
I don't see any problem merging the child branch directly to trunk. the only problem might be if you want to merge the child to trunk and later merge the parent branch to trunk - I don't expect this to go down well. – Guss Sep 3 at 13:05
2  
I just quickly tried this myself on a local repository and a trivial example. Using --reintegrate to collapse the branches back again worked fine. – Jim T Sep 3 at 14:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.