Hello to all guru's out there. I came across a requirement that our TFS needs to support multiple releases. Listed are some of the requirement.
Scenario: We have 2 releases, Release 1.0 and Release 2.0
- Release 1.0 needs a patch and will be released as Patch 1.1
- The changes in Patch 1.1 can be optionally added to Release 2.0
- If there is a new patch, lets say Patch 1.2. It should only contain the changes of Patch 1.1 and what ever additional changes for 1.2.
- In relation with item no. 3. The reason for this is some customer doesn't want to pay for the upgrade and just want a minor fix for their current version.
I have come up with a solution but Im just wondering if there are other way or is this not recommended at all because it really is hard to maintain.
Thanks