Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion - Branch of a branch

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.

like image 393
Steve Avatar asked Sep 03 '09 12:09

Steve


1 Answers

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.

like image 135
Garry Shutler Avatar answered Sep 19 '22 20:09

Garry Shutler