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/06/27 22:28:15 UTC

[Couchdb Wiki] Update of "Test_procedure" by NoahSlater

Dear Wiki user,

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

The "Test_procedure" page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/Test_procedure?action=diff&rev1=4&rev2=5

Comment:
if anyone had actually run these commands, this would have been fixed weeks ago ;)

  Remove any existing temporary directory:
  
  {{{
- rm -f /tmp/couchdb
+ rm -rf /tmp/couchdb
  }}}
  
  Obviously, don't run this command if you're already using this directory for something else.