From commits-return-7296-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Fri Nov 18 20:40:26 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 D5DEE96BA for ; Fri, 18 Nov 2011 20:40:25 +0000 (UTC) Received: (qmail 29576 invoked by uid 500); 18 Nov 2011 20:40:25 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 29524 invoked by uid 500); 18 Nov 2011 20:40:25 -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 29517 invoked by uid 500); 18 Nov 2011 20:40:25 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 29514 invoked by uid 99); 18 Nov 2011 20:40:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 20:40:25 +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; Fri, 18 Nov 2011 20:40:23 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 3BD6A95E; Fri, 18 Nov 2011 20:40:02 +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: Fri, 18 Nov 2011 20:40:01 -0000 Message-ID: <20111118204001.10063.3106@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=3D8&r= ev2=3D9 For understanding the technical aspects of GIT and SVN please read [[SVNv= sGIT]]. This will help you to grok the design decissions = =3D=3D Project Structure =3D=3D - 1. Each project should get one PMC-private GIT repository which conains = confidential legal stuff like trademark contracts, creds for community acco= unts like twitter, etc + 1. Each project can optionally have a separated PMC-private GIT reposito= ry which conains confidential legal stuff like trademark contracts, creds f= or community accounts like twitter, etc 1. Each project has at least one GIT repository which contains the main = project and is read/writable for all committers 1. Some projects might need additional GIT repositories containing proje= ct parts which have a completely separated lifecycle from the main project.= This can be various build-tools (checkstyle-rules, project specific maven-= plugins which are needed to build the project) or the project site. This is= needed because a GIT branch and tag always affects the whole repository =20