From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57144 invoked by alias); 9 Jan 2020 05:07:35 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 56656 invoked by uid 89); 9 Jan 2020 05:07:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=hassle, firing, online X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (205.139.110.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Jan 2020 05:07:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578546452; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MQmcwzAfEb6kyViJa369l88aDl2VJb69KxXZXocF32g=; b=i9P9IauljWiEWHZvqa5O/NqFvtJqsEzw5Etvwd8d0B4tb2PrRNknuVQDNDmLK+84MmqrJG G/koZJzwMaUFIYuFuyeUkyzqIPsQyKb31xuuWAuq3y1VVibId5cJkFwQvVhty0kC3/bHWV RrhFCYq94sIa8bSHRF0j/tumZuXrLh8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-402-lsd-h3U1N-SrdaFDK2XrBA-1; Thu, 09 Jan 2020 00:07:30 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5914F800D48; Thu, 9 Jan 2020 05:07:28 +0000 (UTC) Received: from ovpn-112-25.phx2.redhat.com (ovpn-112-25.phx2.redhat.com [10.3.112.25]) by smtp.corp.redhat.com (Postfix) with ESMTP id 00E05272A6; Thu, 9 Jan 2020 05:07:26 +0000 (UTC) Message-ID: <115bd7cf97041d72c3c49749c91d4518e682f90d.camel@redhat.com> Subject: Re: Proposal for the transition timetable for the move to GIT From: Jeff Law Reply-To: law@redhat.com To: Joseph Myers , "Eric S. Raymond" Cc: Maxim Kuvyrkov , "Richard Earnshaw (lists)" , GCC Development , Alexandre Oliva , Segher Boessenkool , Mark Wielaard , Jakub Jelinek Date: Thu, 09 Jan 2020 05:07:00 -0000 In-Reply-To: References: <20191226111633.GJ10088@tucnak> <5DCEA32B-3E36-4400-B931-9F4E2A8F3FA5@linaro.org> <155B5BFD-6ECF-4EBF-A38C-D6DD178FB497@linaro.org> <2b6330f2-1a00-ac89-fd3c-4b70e5454f4b@arm.com> <9B71A0F7-CD93-4636-BFC7-1D1DBC040F07@linaro.org> <6EE7BD53-6677-49D2-BCDD-56CD7DA855E9@linaro.org> <88B4DAF3-33C1-445F-8F5A-809D5463D0F9@linaro.org> <20200108221119.GA94728@thyrsus.com> User-Agent: Evolution 3.34.2 (3.34.2-1.fc31) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00076.txt.bz2 On Wed, 2020-01-08 at 23:34 +0000, Joseph Myers wrote: > > As noted on overseers, once Saturday's DATESTAMP update has run at 00:16 > UTC on Saturday, I intend to add a README.MOVED_TO_GIT file on SVN trunk > and change the SVN hooks to make SVN readonly, then disable gccadmin's > cron jobs that build snapshots and update online documentation until they > are ready to run with the git repository. Once the existing git mirror > has picked up the last changes I'll make that read-only and disable that > cron job as well, and start the conversion process with a view to having > the converted repository in place this weekend (it could either be made > writable as soon as I think it's ready, or left read-only until people > have had time to do any final checks on Monday). Before then, I'll work > on hooks, documentation and maintainer-scripts updates. Is there any chance we could get one more trunk snapshot before the conversion starts -- even if that means firing up the snapshot process Friday? It'd be quite useful for the ongoing Fedora build testing. If it's a significant hassle, then don't worry, I'll create one manually. Jeff >