Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A6789C3E for ; Sat, 7 Apr 2012 20:51:31 +0000 (UTC) Received: (qmail 20656 invoked by uid 500); 7 Apr 2012 20:51:31 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 20621 invoked by uid 500); 7 Apr 2012 20:51:31 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 20577 invoked by uid 99); 7 Apr 2012 20:51:30 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2012 20:51:30 +0000 Received: from localhost (HELO mail-iy0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2012 20:51:30 +0000 Received: by iage36 with SMTP id e36so6149016iag.11 for ; Sat, 07 Apr 2012 13:51:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.217.230 with SMTP id pb6mr1606403igc.1.1333831890123; Sat, 07 Apr 2012 13:51:30 -0700 (PDT) Received: by 10.42.240.135 with HTTP; Sat, 7 Apr 2012 13:51:30 -0700 (PDT) In-Reply-To: References: Date: Sat, 7 Apr 2012 16:51:30 -0400 Message-ID: Subject: Re: deb versioned database dirs From: Robert Newson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable +1. On 6 April 2012 22:52, Randall Leeds wrote: > The deb packaging I pulled from downstream has the following: > > " > Apache CouchDB is alpha software and still under heavy development. Pleas= e be > aware that important areas such as the public API or internal database fo= rmat > may see backwards incompatible changes between versions. > > ... > > The partitioned database directories are named like this: > > =A0/var/lib/couchdb/VERSION > > ... > > =A0-- Sam Bisbee =A0Wed, 11 Nov 2009 23:22:21 -= 0500 > " > > I'm considering removing this since it seems outdated and reverting to > the normal directories. What do you all think? > > -Randall