Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 78966 invoked from network); 28 May 2008 10:56:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2008 10:56:11 -0000 Received: (qmail 73102 invoked by uid 500); 28 May 2008 10:56:12 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 73053 invoked by uid 500); 28 May 2008 10:56:12 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 72649 invoked by uid 99); 28 May 2008 10:56:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 03:56:10 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 10:55:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 131FC234C126 for ; Wed, 28 May 2008 03:55:45 -0700 (PDT) Message-ID: <733648458.1211972145065.JavaMail.jira@brutus> Date: Wed, 28 May 2008 03:55:45 -0700 (PDT) From: "Noah Slater (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Commented: (COUCHDB-69) Allow selective retaining of older revisions to a document In-Reply-To: <819117190.1211904244458.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600431#action_12600431 ] Noah Slater commented on COUCHDB-69: ------------------------------------ As a note to anyone viewing this issue, please read: http://wiki.apache.org/couchdb/DocumentRevisions At the moment, document revisions are internal-use-only and are not designed for applications to make direct use of. To implement a fix for this issue the revision system would need to be redesigned to provide revisions intended for client use and manipulation. > Allow selective retaining of older revisions to a document > ---------------------------------------------------------- > > Key: COUCHDB-69 > URL: https://issues.apache.org/jira/browse/COUCHDB-69 > Project: CouchDB > Issue Type: Improvement > Components: Database Core > Environment: All > Reporter: Jan Lehnardt > Priority: Minor > > At the moment, compaction gets rid of all old revisions of a document. Also, replication also deals with the latest revision. It would be nice if it would be possible to specify a list of revisions to keep around that do not get compacted away and replicated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.