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=196&rev2=197

  Create the directory in Subversion:
  
  {{{
- svn mkdir \
+ svn mkdir --parents \
  
https://dist.apache.org/repos/dist/dev/couchdb/binary/PLATFORM/VERSION/rc.CANDIDATE
 \
  -m 'Add VERSION-rc.CANDIDATE PLATFORM dir'
  }}}
@@ -413, +413 @@

  Create the release notes directory in Subversion:
  
  {{{
- svn mkdir \
+ svn mkdir --parents \
  https://dist.apache.org/repos/dist/dev/couchdb/notes/VERSION/rc.CANDIDATE \
  -m 'Add VERSION-rc.CANDIDATE release notes dir'
  }}}

Reply via email to