From infrastructure-dev-return-476-apmail-infrastructure-dev-archive=apache.org@apache.org Fri May 02 15:51:42 2008 Return-Path: Delivered-To: apmail-infrastructure-dev-archive@locus.apache.org Received: (qmail 71138 invoked from network); 2 May 2008 15:51:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2008 15:51:41 -0000 Received: (qmail 9981 invoked by uid 500); 2 May 2008 15:51:43 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 9913 invoked by uid 500); 2 May 2008 15:51:42 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Received: (qmail 9902 invoked by uid 99); 2 May 2008 15:51:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 08:51:42 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of matthieu.riou@gmail.com designates 216.239.58.186 as permitted sender) Received: from [216.239.58.186] (HELO gv-out-0910.google.com) (216.239.58.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 15:50:58 +0000 Received: by gv-out-0910.google.com with SMTP id n40so138655gve.26 for ; Fri, 02 May 2008 08:51:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=xtW7wIDTA+kv89cgWqR6WV/MuPQ0eOLpMdlg8zuSmU0=; b=xe0NeTe/MxRuN6G2ZCombbD2jmINbBOL+/A24Uug5ZRnwK9kJUnkq0nWRkETWtD1bdQYrebWujFM1ioqL0eKsOrNeBc8yeVCCEu+QnSxIaR58CCmAa8Xq4Dk9Q6gibZuh/Z4BuIkAbf2gS49aXtcgPSnV2LUMJb3F2x1EXI8a5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=lxJGqlXy2OZTcqrKOqIcLWsP+RfXfJeqiR5wu6uaSYqseIdUWbAezAr0wQ84Bl9m+JHuyPxS990GfuHK/1sv8950stlkf8tCMHIvDzNySc3blL1hV4BSbJV3gQdWuzPe3isapJHHIH7mV4Kq3scpZyVfHOPjz3rACt6UP3zKkN8= Received: by 10.150.78.41 with SMTP id a41mr3581131ybb.181.1209743469692; Fri, 02 May 2008 08:51:09 -0700 (PDT) Received: by 10.150.206.1 with HTTP; Fri, 2 May 2008 08:51:09 -0700 (PDT) Message-ID: Date: Fri, 2 May 2008 08:51:09 -0700 From: "Matthieu Riou" Sender: matthieu.riou@gmail.com To: infrastructure-dev@apache.org, hps@intermeta.de Subject: Re: Best Practices so far? In-Reply-To: <1209722860.9882.13.camel@forge.intermeta.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1038_14734218.1209743469710" References: <20080502093327.D0D3B30C41F@jmason.org> <1209722700.9882.10.camel@forge.intermeta.de> <1209722860.9882.13.camel@forge.intermeta.de> X-Google-Sender-Auth: a4e961e939f5ed83 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1038_14734218.1209743469710 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Fri, May 2, 2008 at 3:07 AM, Henning Schmiedehausen wrote: > BTW, if you want to have fun, try finding documentation for that > parameter. Only then you will realize, how spoiled we are with the > Redbook. > > That is IMHO the biggest obstacle to git: Bad, missing, outdated docs. > Try man, their man pages are really good and up to date. I'm guessing it's the reference documentation as they see it. They even include a lot of small usage examples. For example: man git-svn man git-rebase Cheers, Matthieu > > Best regards > Henning > > > On Fri, 2008-05-02 at 12:05 +0200, Henning Schmiedehausen wrote: > > Yep. --log-window-size=10000 > > > > Best regards > > Henning > > > > > > On Fri, 2008-05-02 at 10:33 +0100, Justin Mason wrote: > > > Jukka Zitting writes: > > > > Hi, > > > > > > > > On Fri, May 2, 2008 at 11:22 AM, Davanum Srinivas > wrote: > > > > > So, what's the learning so far? Example how does one set up a > git-svn for a > > > > > specific Apache project? > > > > > > > > I've cloned a few smaller projects like this: > > > > > > > > git svn clone -s http://svn.apache.org/repos/asf/incubator/ > > > > > > > > > So far I've avoided doing that with TLPs because of the load on the > > > > svn server, but now that svn.eu.apache.org is in place I'm running > the > > > > following: > > > > > > > > git svn clone -s http://svn.eu.apache.org/repos/asf/jackrabbit > > > > > > > > Note that these clones take quite a while (hours) to create, but > after > > > > that it's quite easy and fast to keep them up to date with latest > > > > changes. > > > > > > This is useful info -- thanks! > > > > > > I noticed on the infra list there was mention of a parameter which > > > restricts how many commits to span in the SVN history; it might be > useful > > > to add that to this "best practices" thread... > > > > > > --j. > -- > Henning P. Schmiedehausen -- hps@intermeta.de | JEE, Linux, Unix > 91054 Buckenhof, Germany -- +49 9131 506540 | Apache Java Software > Open Source Consulting, Development, Design | > > INTERMETA - Gesellschaft fuer Mehrwertdienste mbH - RG Fuerth, HRB 7350 > Gesellschaftssitz: Buckenhof. Geschaeftsfuehrer: Henning Schmiedehausen > > char name_buf[257]; /* max unix filename is 256, right? */ > > > ------=_Part_1038_14734218.1209743469710--