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=97&rev2=98 = Checking the Release Contents = + Remove any existing temporary directory: + + {{{ + rm -rf /tmp/couchdb + }}} + + Obviously, don't run this command if you're already using this directory for something else. + + The location isn't important, but this is a sensible default. + - Create a temporary directory: + Create a new temporary directory to work in: {{{ mkdir /tmp/couchdb }}} + + You can safely remove this directory and all of its contents when you're done. Move the release files to the temporary directory:
