
What is the recommended / best practice approach for storing/maintaining multiple versions of a customization.
For instance, let's say I have a customization that I want to maintain for AX2012CU8 and AX2012CU11, do you typically use
branching for this, or create complete new TFS projects?
*This post is locked for comments
I have the same question (0)Definitely a branch. How would you merge code between projects, e.g. if you fix a bug which exists in both versions? And it's clearly still the same logical project.