You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/28 02:06:17 UTC

[Hadoop Wiki] Update of "HowToCommit" by LukeLu

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "HowToCommit" page has been changed by LukeLu:
http://wiki.apache.org/hadoop/HowToCommit?action=diff&rev1=15&rev2=16

Comment:
fix svn URLs

   * [[http://www.apache.org/dev/new-committers-guide.html|Apache New Committer Guide]]
   * [[http://www.apache.org/dev/committers.html|Apache Committer FAQ]]
  
- The first act of a new core committer is typically to add their name to the [[http://hadoop.apache.org/core/credits.html|credits]] page.  This requires changing the XML source in http://svn.apache.org/repos/asf/hadoop/core/site/author/src/documentation/content/xdocs/credits.xml. Once done, update the Hadoop website as described [[#Documentation|here]].
+ The first act of a new core committer is typically to add their name to the [[http://hadoop.apache.org/common/credits.html|credits]] page.  This requires changing the XML source in http://svn.apache.org/repos/asf/hadoop/common/site/author/src/documentation/content/xdocs/credits.xml. Once done, update the Hadoop website as described [[#Documentation|here]].
  
  
  == Review ==
@@ -64, +64 @@

  If a patch needs to be backported to previous branches, follow these steps. 
   1. Commit the changes to trunk and note down the revision number, say 4001. (Revision number is displayed as response to your ''svn commit'' command).
   2. Check out the desired branch and execute this command from the root directory. {{{
- svn merge -r 4000:4001 https://svn.apache.org/repos/asf/hadoop/core/trunk .
+ svn merge -r 4000:4001 https://svn.apache.org/repos/asf/hadoop/common/trunk .
  svn commit
  }}}