#78 closed task (fixed)
figure out branch policy for seperating bugfixes and enhancements
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | infrastructure | Version: | 4.2.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
The trunk should only receive bugfixes.
New features should be developed and tested on "topic" branches
Both trunk and feature-branches should then be merged into an "integration" branch for the next release.
Note: See
TracTickets for help on using
tickets.
The switch to git and the "pending" branch should solve this.