Changes between Version 19 and Version 20 of HowToBackport


Ignore:
Timestamp:
Apr 14, 2013, 4:07:59 AM (11 years ago)
Author:
hamish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToBackport

    v19 v20  
    1212A: It depends: preferably a developer should be able to backport him/herself but
    1313 * 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.''
    1515 * 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.''
    1617 * make tests
    1718 * only fix bugs, do not introduce new features
    1819 * 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.''
    2021
    2122If the above is unclear, it should be discussed on the developers list. '''If in doubt, ask! '''