40
votes
19answers
3k views
Do you continue development in a branch or in the trunk?
Suppose you're developing a software product that has periodic releases. What are the best practices with regard to branching and merging? Slicing off periodic release branches to …
7
votes
8answers
360 views
How do I simultaneously work on version 1.1 and version 2.0?
The situation: We're out of beta and version 1.0 has been released to several customer sites. Team A is already busy working on version 1.1 that will have incremental bugfixes and …
5
votes
7answers
263 views
Should a first release be an 0.1 version or 1.0b?
I see so many projects and softwares released on the internet that has a 0.x version and they never reaches 1.0.
Shouldn't a first release be 1.0 (or 1.0b at least)?
Example, th …
