From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26258 invoked by alias); 18 Apr 2008 15:46:00 -0000 Received: (qmail 26210 invoked by uid 22791); 18 Apr 2008 15:45:59 -0000 X-Spam-Check-By: sourceware.org Received: from rn-out-0910.google.com (HELO rn-out-0910.google.com) (64.233.170.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Apr 2008 15:45:25 +0000 Received: by rn-out-0910.google.com with SMTP id v46so227570rnb.5 for ; Fri, 18 Apr 2008 08:45:23 -0700 (PDT) Received: by 10.142.232.20 with SMTP id e20mr680821wfh.187.1208533522532; Fri, 18 Apr 2008 08:45:22 -0700 (PDT) Received: by 10.142.201.6 with HTTP; Fri, 18 Apr 2008 08:45:22 -0700 (PDT) Message-ID: <4aca3dc20804180845l7037b734u1881e69d3799019e@mail.gmail.com> Date: Fri, 18 Apr 2008 15:46:00 -0000 From: "Daniel Berlin" To: "Samuel Tardieu" Subject: Re: Official GCC git repository Cc: "Kirill A. Shutemov" , "Frank Ch. Eigler" , bernie@codewiz.org, harvey.harrison@gmail.com, overseers@gcc.gnu.org, "Tobias Grosser" , "GCC Development" , "David Woodhouse" In-Reply-To: <2008-04-18-12-31-14+trackit+sam@rfc1149.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47D7F8DA.8060703@codewiz.org> <47D96B8C.7030404@codewiz.org> <4aca3dc20803131148r326cf834pa9daeef29bc1e57d@mail.gmail.com> <47D9AF18.7090507@codewiz.org> <20080314144142.GC17210@redhat.com> <20080326163011.GA20021@redhat.com> <4aca3dc20803261138s20fb11famceefc20905543ef@mail.gmail.com> <20080415024917.GA20204@localhost.localdomain> <4aca3dc20804142207s2c050191s3db1ddcf40621b9e@mail.gmail.com> <2008-04-18-12-31-14+trackit+sam@rfc1149.net> Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00026.txt.bz2 On Fri, Apr 18, 2008 at 6:31 AM, Samuel Tardieu wrote: > >>>>> "Daniel" == Daniel Berlin writes: > > Daniel> I put my version of the gcc conversion (which has all branches > Daniel> but no tags) at git://gcc.gnu.org/git/gcc.git and set a script > Daniel> up to update it appropriately. > > Daniel, > > how is the GIT repository synced? Is there a hook which updates it > after a svn commit? No. It is synced every 30 minutes. > > I'm about to switch from infradead to gcc.gnu.org, and I want to make > sure that the latter is synced at least as frequently as the former > before I do that. I have strong doubts that whether it is synced every commit or every 30 minutes seriously affects your development.