Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 94209 invoked from network); 12 Oct 2008 19:02:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Oct 2008 19:02:31 -0000 Received: (qmail 46417 invoked by uid 500); 12 Oct 2008 19:02:30 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 46388 invoked by uid 500); 12 Oct 2008 19:02:30 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 46377 invoked by uid 99); 12 Oct 2008 19:02:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2008 12:02:30 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jchris@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2008 19:01:22 +0000 Received: by nf-out-0910.google.com with SMTP id c7so788753nfi.40 for ; Sun, 12 Oct 2008 12:01:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=/4LUKeBP5LuTYV+imYd/LMhRA7Q7mzue3SdE4d3/iQM=; b=B9myFTaI+qlKwNHIXZvt1eW/h5zbsuKkNnexjWaOMc9QG7KESCF6Oz5NKgvt0d9Miq 7VEiAYzI/pYjHvtwe5Z224YXPUOVK5Fc/hmdNUEXxK7z6Tu/KcqJezxVV4mjxLRXJR1U jfVU0KBWAbyyCzrWIfo5lTgJ0zJCc/CnDViPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=FnxnNVO8ss4zkEVa0cfdIvqZzR8esF+d1UCBcRr2IEmBaimbrt/ijoXSkMzUPasN4s xvLUPWKwftF+nCJOMSz5Lg2stTEmfld5JNBl7bwcRd5JRUEZQDy4EZrwkTLtRLUARVFX McRahqYGY5nrVUAIiW5NaBou3lvplfLbvGOvI= Received: by 10.210.57.12 with SMTP id f12mr4184908eba.199.1223838099787; Sun, 12 Oct 2008 12:01:39 -0700 (PDT) Received: by 10.210.54.17 with HTTP; Sun, 12 Oct 2008 12:01:39 -0700 (PDT) Message-ID: Date: Sun, 12 Oct 2008 12:01:39 -0700 From: "Chris Anderson" Sender: jchris@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: Retrieve a list of unused document IDs? In-Reply-To: <42f9e7020810112042i4188382ama92f1f031f69b794@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <42f9e7020810112016t778a9c0axfd8ddafc0264853e@mail.gmail.com> <42f9e7020810112042i4188382ama92f1f031f69b794@mail.gmail.com> X-Google-Sender-Auth: f5693f3b29e1fbe7 X-Virus-Checked: Checked by ClamAV on apache.org I added a note about following svn trunk to the Installation section on http://wiki.apache.org/couchdb/FrontPage On Sat, Oct 11, 2008 at 8:42 PM, Scott Stubbs wrote: > Thank you kindly. I'll upgrade to trunk. > Scott S. > > On Sat, Oct 11, 2008 at 10:18 PM, Paul Davis wrote: > >> Scott, >> >> That's a relatively new feature, if you're using 0.8.x you should >> upgrade to trunk. >> >> Paul >> >> On Sat, Oct 11, 2008 at 11:16 PM, Scott Stubbs wrote: >> > Greetings, I'm reading the HttpDocumentApi on the wiki and noticed a way >> to >> > POST /_uuids?count=100 to retrieve a list of unused document IDs. So far >> > I'm not having any success. I get the following response using curl and >> > couchdb 0.8.1: >> > $ curl -X POST http://localhost:5984/_uuids?count=1 -H "Content-Type: >> >> application/json" >> >> >> > >> >> {"error":"not_found","reason":"unknown_private_path"} >> >> >> > >> > What am I missing? >> > >> > Regards, >> > >> > Scott S. >> > >> > -- Chris Anderson http://jchris.mfdz.com