Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 66570 invoked from network); 29 Apr 2009 08:28:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Apr 2009 08:28:26 -0000 Received: (qmail 51097 invoked by uid 500); 29 Apr 2009 08:28:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 51015 invoked by uid 500); 29 Apr 2009 08:28:25 -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 51005 invoked by uid 99); 29 Apr 2009 08:28:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 08:28:25 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of jaap@brightin.nl) Received: from [209.85.218.170] (HELO mail-bw0-f170.google.com) (209.85.218.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 08:28:18 +0000 Received: by bwz18 with SMTP id 18so1131327bwz.11 for ; Wed, 29 Apr 2009 01:27:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.66.195 with SMTP id o3mr36607bki.201.1240993675778; Wed, 29 Apr 2009 01:27:55 -0700 (PDT) From: Jaap van der Plas Date: Wed, 29 Apr 2009 10:27:35 +0200 Message-ID: Subject: Retrieving database revision info To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Greetings, I am looking for a way to retrieve information about a database about revisions, for example, which docs were created, updated and deleted between a certain revision and the latest one. Is there a method of retrieving this info, or perhaps a way to create a view for it? (This would probably be unable to report on deleted documents though.) thanks in advance, Jaap