Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/Release_procedure
------------------------------------------------------------------------------
{{{
repos="https://svn.apache.org/repos/asf/couchdb"
- svn cp $repos/trunk $repos/branches/Y.Y.x
+ 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
+ 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
}}}
|