From commits-return-7326-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sat Nov 19 14:44:49 2011 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F90A70F2 for ; Sat, 19 Nov 2011 14:44:49 +0000 (UTC) Received: (qmail 79396 invoked by uid 500); 19 Nov 2011 14:44:49 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 79344 invoked by uid 500); 19 Nov 2011 14:44:49 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 79337 invoked by uid 500); 19 Nov 2011 14:44:49 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 79333 invoked by uid 99); 19 Nov 2011 14:44:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2011 14:44:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2011 14:44:47 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 35FD89B3; Sat, 19 Nov 2011 14:44:26 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 19 Nov 2011 14:44:26 -0000 Message-ID: <20111119144426.68590.43317@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Git=5FAt=5FApache=5FGuide=22_by?= =?utf-8?q?_MarkStruberg?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Git_At_Apache_Guide" page has been changed by MarkStruberg: http://wiki.apache.org/couchdb/Git_At_Apache_Guide?action=3Ddiff&rev1=3D20&= rev2=3D21 = Be aware that the branch created by a release with GIT always covers the = whole repository. = + =3D=3D=3D=3D Release Tags with GIT =3D=3D=3D=3D + [Proposal, not yet coordinated]: Since a Tag in GIT is just a name for an= existing sha1 commit, we can treat release tags much more elegant than wit= h SVN where this is technically a 'svn copy'. + = + While doing the release candidate we give it a {projectName}-{versionNr}-= rcX tag. After all the voting passes we can now easily apply the final tag = name {projectName}-{versionNr} to this commit since tags are just a 'name'= for a given sha1 commit, and the sha1 does not change at all when tagging.= If a vote fails, we can just assign a new '-rc2', etc tag. +=20