From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31324 invoked by alias); 3 Dec 2012 09:29:42 -0000 Received: (qmail 31305 invoked by uid 22791); 3 Dec 2012 09:29:42 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Dec 2012 09:29:31 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qB39TU77021018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 3 Dec 2012 04:29:30 -0500 Received: from zebedee.pink (ovpn-113-115.phx2.redhat.com [10.3.113.115]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qB39TSeO011083; Mon, 3 Dec 2012 04:29:29 -0500 Message-ID: <50BC70F7.5050606@redhat.com> Date: Mon, 03 Dec 2012 09:29:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Mark Wielaard CC: Matthias Klose , classpath-patches@gnu.org, GCC Java Subject: Re: [cp-patches] tagging classpath for GCC import References: <50BA49AE.3070403@ubuntu.com> <20121202212044.GA22310@toonder.wildebeest.org> <50BBFD36.50906@ubuntu.com> <1354525513.3581.13.camel@bordewijk.wildebeest.org> In-Reply-To: <1354525513.3581.13.camel@bordewijk.wildebeest.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg00005.txt.bz2 On 12/03/2012 09:05 AM, Mark Wielaard wrote: > Ah, sorry. That must make it look like GNU Classpath is even less active > than it is :{ It is good to keep the CVS repo around for some time, just > for the historical information like branches and tags that didn't > transfer to the git repo. But that's not supposed to happen, surely. The transfer to GIT isn't complete until the tags have been copied. Andrew.