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

[Couchdb Wiki] Update of "Release_procedure" by PaulDavis

Dear Wiki user,

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

The "Release_procedure" page has been changed by PaulDavis.
http://wiki.apache.org/couchdb/Release_procedure?action=diff&rev1=52&rev2=53

--------------------------------------------------

  {{{
  $ repos="https://svn.apache.org/repos/asf/couchdb"
  
+ # Obviously only for non-point releases.
  $ svn cp $repos/trunk $repos/branches/Y.Y.x -m 'branching Y.Y.x'
+ 
  $ svn cp $repos/branches/Y.Y.x $repos/tags/Y.Y.Y -m 'tagging Y.Y.Y'
  $ svn export $repos/tags/Y.Y.Y
  }}}