Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACAA8EA76 for ; Tue, 5 Feb 2013 23:23:11 +0000 (UTC) Received: (qmail 72040 invoked by uid 500); 5 Feb 2013 23:23:10 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 72003 invoked by uid 500); 5 Feb 2013 23:23:10 -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 71995 invoked by uid 99); 5 Feb 2013 23:23:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 23:23:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jens@couchbase.com designates 206.225.164.30 as permitted sender) Received: from [206.225.164.30] (HELO EXHUB020-3.exch020.serverdata.net) (206.225.164.30) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 23:23:03 +0000 Received: from EXVMBX020-1.exch020.serverdata.net ([169.254.4.201]) by EXHUB020-3.exch020.serverdata.net ([206.225.164.30]) with mapi; Tue, 5 Feb 2013 15:22:41 -0800 From: Jens Alfke To: "user@couchdb.apache.org" Date: Tue, 5 Feb 2013 15:22:42 -0800 Subject: Local doc revisions start with generation 0?? Thread-Topic: Local doc revisions start with generation 0?? Thread-Index: Ac4D97FgxRwRAC91S0yKAd2ouVfZLA== Message-ID: <269CD8EA-48E1-465D-8152-F219FA219CEB@couchbase.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Why do local doc revision IDs follow a completely different numbering syste= m than regular documents? Regular documents go 1-somehexstring 2-someotherstring 3-differenthex =85 while local documents go 0-1 0-2 0-3 =85 I just noticed this (actually it was just pointed out to me) and it breaks = some code I=92ve got that parses revision IDs :( =97Jens=