From dev-return-15090-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Mar 01 22:22:01 2011 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 32337 invoked from network); 1 Mar 2011 22:22:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Mar 2011 22:22:00 -0000 Received: (qmail 44380 invoked by uid 500); 1 Mar 2011 22:21:59 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 44083 invoked by uid 500); 1 Mar 2011 22:21:58 -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 44070 invoked by uid 99); 1 Mar 2011 22:21:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 22:21:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 22:21:57 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 062894A7BB for ; Tue, 1 Mar 2011 22:21:37 +0000 (UTC) Date: Tue, 1 Mar 2011 22:21:37 +0000 (UTC) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Message-ID: <1242745667.6279.1299018097022.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1101329520.5907.1299008917596.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (COUCHDB-1079) Fix local version append MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001151#comment-13001151 ] Paul Joseph Davis commented on COUCHDB-1079: -------------------------------------------- I can't get git describe to work on any of my well used repos. I'm not really concerned about it though as I'd rather just keep the bit of the sha and just make it eye parse-able. > Fix local version append > ------------------------ > > Key: COUCHDB-1079 > URL: https://issues.apache.org/jira/browse/COUCHDB-1079 > Project: CouchDB > Issue Type: Bug > Reporter: Paul Joseph Davis > > The local version info is awesome to be able to track down exactly what commit someone has built locally with, but the way that info is appended caused some confusion: > 1.2.0ac052866-git > I tried a handful of git sha's from that info before I broke down and read the bootstrap and acinclude.m4.in sources to figure out what was going on. It turns out, the version info is: > 1 (Major) 2 (Minor) 0 (Revision) a (Alpha) (c052866-git) (Local) > As you might guess, figuring out why Git was telling me that revisions 0ac052886 and ac052886 was mildly irritating. I would propose we just add a dot to separate the local part as in: > 1.2.0a.c052886-git > I'd commit this but I figured I should go ahead and see if anyone has any objections first. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira