From patchwork Wed Dec 8 23:42:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 74799 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id E95FAB6F14 for ; Thu, 9 Dec 2010 10:42:40 +1100 (EST) Received: (qmail 25266 invoked by alias); 8 Dec 2010 23:42:38 -0000 Received: (qmail 25249 invoked by uid 22791); 8 Dec 2010 23:42:37 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Dec 2010 23:42:32 +0000 Received: from hpaq5.eem.corp.google.com (hpaq5.eem.corp.google.com [172.25.149.5]) by smtp-out.google.com with ESMTP id oB8NgN5f017423 for ; Wed, 8 Dec 2010 15:42:24 -0800 Received: from pwi6 (pwi6.prod.google.com [10.241.219.6]) by hpaq5.eem.corp.google.com with ESMTP id oB8NfxrV010915 for ; Wed, 8 Dec 2010 15:42:22 -0800 Received: by pwi6 with SMTP id 6so432976pwi.14 for ; Wed, 08 Dec 2010 15:42:22 -0800 (PST) Received: by 10.142.177.6 with SMTP id z6mr1877824wfe.261.1291851742027; Wed, 08 Dec 2010 15:42:22 -0800 (PST) Received: from coign.google.com (dhcp-172-22-127-241.mtv.corp.google.com [172.22.127.241]) by mx.google.com with ESMTPS id w14sm1538360wfd.6.2010.12.08.15.42.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 08 Dec 2010 15:42:21 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: Patch committed: Fix maintainer-scripts/README Date: Wed, 08 Dec 2010 15:42:19 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org I committed this patch to fix maintainer-scripts/README to refer to Subversion rather than CVS. Ian 2010-12-08 Ian Lance Taylor * README: Change "CVS" to "Subversion". Index: README =================================================================== --- README (revision 167572) +++ README (working copy) @@ -2,5 +2,5 @@ This directory contains various files us gcc.gnu.org, mainly for automated tasks such as the daily update of the date in gcc/DATESTAMP. There isn't presently any scheme for files checked in here to be automatically checked out and used by gccadmin, -so the files in CVS and those used by gccadmin must be kept in sync -manually. +so the files in Subversion and those used by gccadmin must be kept in +sync manually.