From user-return-6088-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Aug 23 14:50:49 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 5875 invoked from network); 23 Aug 2009 14:50:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Aug 2009 14:50:49 -0000 Received: (qmail 37073 invoked by uid 500); 23 Aug 2009 14:51:10 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 36993 invoked by uid 500); 23 Aug 2009 14:51:09 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 36982 invoked by uid 99); 23 Aug 2009 14:51:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Aug 2009 14:51:09 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Aug 2009 14:50:59 +0000 Received: from [10.0.1.8] (f053045218.adsl.alicedsl.de [::ffff:78.53.45.218]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Sun, 23 Aug 2009 14:50:38 +0000 Message-Id: <97C2AED1-893C-4DD0-AC45-DA4EE6D9655D@apache.org> From: Jan Lehnardt To: user@couchdb.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: proper way to uninstall/reinstall CouchDB Date: Sun, 23 Aug 2009 16:50:06 +0200 References: X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On 23 Aug 2009, at 16:24, Delta 2038 wrote: > Hello everybody, > > I'm wondering what's the proper way to uninstall/reinstall CouchDB? > I had > 0.9.x checked out of SVN and followed the README file to build/install > CouchDB. Later, checked out trunk and built/installed again, hoping > the new > binaries and configs will completely overwrite the 0.9.x ones. > However, when > I tried to run the Futon unit tests to verify the trunk install > worked, a > lot of tests had cryptic errors. I then tried to build/install the > 0.9.x > code base again and still had test errors. (If you want to know the > exact > errors, let me know, but I took those to mean I've got a corrupted > installation in general). Have you tried clearing the browser cache? Please post the errors, too. Cheers Jan -- > > What's the proper way to install a newer version of CouchDB, > especially for > one built/installed from SVN? A related question is how to > completely remove > CouchDB from a system. If I could do that, I should be able to re- > install a > newer version as well. > > Thanks!