Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 50671 invoked from network); 8 May 2009 09:31:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 May 2009 09:31:50 -0000 Received: (qmail 98214 invoked by uid 500); 8 May 2009 09:31:45 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 98136 invoked by uid 500); 8 May 2009 09:31:45 -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 98055 invoked by uid 99); 8 May 2009 09:31:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 09:31:45 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.217.218] (HELO mail-gx0-f218.google.com) (209.85.217.218) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 09:31:36 +0000 Received: by gxk18 with SMTP id 18so2653881gxk.11 for ; Fri, 08 May 2009 02:31:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.133.18 with SMTP id g18mr6326269ybd.57.1241775074019; Fri, 08 May 2009 02:31:14 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 May 2009 19:31:14 +1000 Message-ID: <55047b710905080231q5071fe7ch5a7b5da5f83d8335@mail.gmail.com> Subject: Re: Deleted documents and revs_info=true From: Nicholas Orr To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=000e0cd485642d88a60469634a1d X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd485642d88a60469634a1d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Keep in mind that _rev != git like revisions. _rev is for the replication and conflict resolution. Read more here: http://wiki.apache.org/couchdb/Document_revisions As for your exact issue I don't know anything about that. I was pointed in the direction ^ above and thought I'd pass that along as maybe you might not know about it yet either :) Nick On Fri, May 8, 2009 at 7:20 PM, Jaap van der Plas wrote: > Greetings, > > I am working on code to retrieve a deleted document from a database, > and have got as far as to retrieve the revision in which a document > gets deleted. If I pass "revs=true" I do get an array with revision > numbers (not complete ones though for some reason, they lack the > 'human-readable' revision number prefix.) However, "rev_info=true" > does not seem to have any effect here. Working as intended? (I am > using the 0.9.0 stable release btw.) > > Jaap > --000e0cd485642d88a60469634a1d--