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 2009/11/23 04:14:12 UTC

[Couchdb Wiki] Update of "Release_procedure" by NoahSlater

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 NoahSlater.
http://wiki.apache.org/couchdb/Release_procedure?action=diff&rev1=24&rev2=25

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

  
  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 export
+ svn export $repos/tags/Y.Y.Y Y.Y.Y
  }}}
  
- You must then use the `export` directory to prepare the release.
+ You must then use the `Y.Y.Y` directory to prepare the release.
  
  To build the source for distribution you should then run the following command: