Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/HowToRelease" page has been changed by JohnSichi. http://wiki.apache.org/hadoop/Hive/HowToRelease?action=diff&rev1=2&rev2=3 -------------------------------------------------- 1. Commit these changes. {{{ svn commit -m "Preparing for release X.Y.Z" }}} - 1. If not already done, merge desired patches from trunk into the branch and commit these changes. You can find the revision numbers using {{{svn log CHANGES.txt}}} in the branch and in trunk. {{{ + 1. If not already done, merge desired patches from trunk into the branch and commit these changes. You can find the revision numbers using {{{svn log CHANGES.txt}}} in the branch and in trunk. We don't currently use svn merge for this, but if we did, the script would be {{{ cd branch-X.Y svn merge -rR1:R2 ../trunk . svn commit -m "Merge -r R1:R2 from trunk to X.Y branch. Fixes: HIVE-A, HIVE-B." }}} + 1. You probably also want to commit a patch (on both trunk and branch) which updates README.txt to bring it up to date (at a minimum, search+replacing references to the version number). 1. Tag the release candidate (R is the release candidate number, and also starts from 0): {{{ svn copy https://svn.apache.org/repos/asf/hadoop/hive/branches/branch-X.Y \ https://svn.apache.org/repos/asf/hadoop/hive/tags/release-X.Y.Z-rcR -m "Hive X.Y.Z-rcR release."
