How to properly debug multiple releases using TFS

I assume this has been asked several times, but could not find a quick and complete answer.

Let's say I start from scratch and would like to create a TFS project to work with two parallel versions that can develop in different ways, but still I want to be able to release a fix in both, let me call them REL. A and REL. B, both will have code changes not shared between them, but may be corrections from REL. A should be inserted in the REL. B.

starting from the very beginning, first I create the main one or dev, and which one the other?

REL. A - branch Dev or Main?

REL. B is a branch of REL. A or branch Main or Dev?

Thank.

+3
source share
2 answers

Ok. , .

, , . :

MAIN - .
BugFix -Branched main. ( )
A - .
B - .

"Dev", Bugfix, Product A Product B ( SCM).

. , BugFix. , "" , MAIN, Product A Product B.

, ​​ B, MAIN, MAIN B BugFix. , , A B.

+3

Source: https://habr.com/ru/post/1795731/


All Articles