Hello,
I'm implementing a branching scenario in our TFS project. Here is the basic plan :
Dev <-> Patch <-> Hotfixes
Dev is branched to a "Patch" branch each major(X.X.0.0). A designated "Patch" branch contains all the patches versions (..X.0) for the associated major. Finally I can branch "Patch" from one of its version to create a hotfix (...X).
It seems to work well for 95% of my needs but sometimes I have to create a hotfix which contains changes of some previous hotfixes. With my scenario I can't easily do that. Is there any possibility or is it some bizarre need :) ?