Summary
figure out branch policy for seperating bugfixes and enhancements
Metadata
- Id: 48743e8ccfe89ea8d6506a99a175dfdeb1c1c106
- Trac id: 78
- Type: task
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: infrastructure
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.2.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2009-10-07 11:02:01 UTC
- Keywords:
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.
Changes and comments
[2009-10-18 21:28:54 UTC] felix changed status from new to closed
[2009-10-18 21:28:54 UTC] felix set resolution to fixed
[2009-10-18 21:28:54 UTC] felix wrote:
The switch to git and the "pending" branch should solve this.