Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by TomWhite: http://wiki.apache.org/lucene-hadoop/HowToRelease The comment on the change is: Removed spurious backslash. ------------------------------------------------------------------------------ {{{svn commit -m "Preparing for release X.Y.Z"}}} 1. If this is the first release in a series (i.e. release X.Y.0), then create a branch for the series: {{{svn copy https://svn.apache.org/repos/asf/lucene/hadoop/trunk \}}} {{{https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-X.Y -m "Branching for X.Y releases" }}} - 1. Check out the branch with: {{{svn co https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-X.Y \}}} + 1. Check out the branch with: {{{svn co https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-X.Y}}} 1. If the branch for the series already existed (i.e. release X.Y.Z where Z > 0), then merge trunk into the branch and commit these changes. {{{cd branch-X.Y; svn merge -rR1:R2 ../trunk .; svn commit}}} 1. Build the release & run unit tests. Note that releases are normally built on 32-bit Linux, so that they include the native code for that platform.