Changes between Version 19 and Version 20 of HowToBackport
- Timestamp:
- 04/14/13 04:07:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBackport
v19 v20 12 12 A: It depends: preferably a developer should be able to backport him/herself but 13 13 * do not break the release branch :o) 14 * '' (i.e. don't leave it in a broken state for days while you are working on something, we must be ready for an emergency release at any time)''14 * ''i.e. don't leave it in a broken state for days while you are working on something, we must be ready for an emergency release at any time.'' 15 15 * make your commits to the dev branch first 16 * ''do testing and bug fixes in a safe place, then backport in an "atomic commit" to the release branch. Others may do the backport, and they'll assume that the dev branch is the most recent version to use.'' 16 17 * make tests 17 18 * only fix bugs, do not introduce new features 18 19 * Only do refactoring in trunk 19 * '' (large and complicated changes can introduce new hard to spot bugs, the idea of the stable branch is to asymptote to zero bugs)''20 * ''large and complicated changes can introduce new hard to spot bugs, the idea of the stable branch is to asymptote to zero bugs.'' 20 21 21 22 If the above is unclear, it should be discussed on the developers list. '''If in doubt, ask! '''