Steve
Steve

Reputation: 5952

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.

Upvotes: 9

Views: 4352

Answers (1)

Garry Shutler
Garry Shutler

Reputation: 32698

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.

Upvotes: 9

Related Questions