|
|
|
|
|
by blondin
2303 days ago
|
|
> I've worked in large companyies very successfully using TBD and releasing quarterly to enterprise customers using our software on their systems. care to elaborate? curious about those companies and the software you are talking about. i totally see the trunk based process work for software that doesn't need to maintain multiple versions as the original commenter said. but for multi-versioned software you can't afford to have a single trunk and let your developers have a go at it. i went and checked the repos for some of the multi-versioned software that i use that are open-source. well confirmed. |
|
From a customer point of view a hotfix vs new release should be no difference. You just have to ensure that all releases are interface-compatible with the previous one. The cost of this is well worth it compared to the complexity of juggling multiple branches in parallel.