From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24523 invoked by alias); 3 Dec 2012 10:44:04 -0000 Received: (qmail 24437 invoked by uid 22791); 3 Dec 2012 10:44:03 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Dec 2012 10:43:59 +0000 Received: by mail-ee0-f47.google.com with SMTP id e51so1547258eek.20 for ; Mon, 03 Dec 2012 02:43:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.219.3 with SMTP id l3mr20426343eep.5.1354531437833; Mon, 03 Dec 2012 02:43:57 -0800 (PST) Received: by 10.223.6.90 with HTTP; Mon, 3 Dec 2012 02:43:57 -0800 (PST) In-Reply-To: <1354529065.3581.73.camel@bordewijk.wildebeest.org> References: <50BA49AE.3070403@ubuntu.com> <20121202212044.GA22310@toonder.wildebeest.org> <50BBFD36.50906@ubuntu.com> <1354525513.3581.13.camel@bordewijk.wildebeest.org> <50BC70F7.5050606@redhat.com> <1354529065.3581.73.camel@bordewijk.wildebeest.org> Date: Mon, 03 Dec 2012 10:44:00 -0000 Message-ID: Subject: Re: [cp-patches] tagging classpath for GCC import From: Pekka Enberg To: Mark Wielaard Cc: Andrew Haley , Matthias Klose , classpath-patches@gnu.org, GCC Java , Dr Andrew John Hughes Content-Type: text/plain; charset=ISO-8859-1 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/msg00007.txt.bz2 On Mon, Dec 3, 2012 at 12:04 PM, Mark Wielaard wrote: > There is the classpath git tree at > http://icedtea.classpath.org/mirror/git/classpath/classpath/ > which does have all that. But it only has the CVS part of the history. > The trick now is to figure out how to merge that git tree with the > official GNU Classpath git tree on savannah. Sadly my git foo isn't > strong enough to figure that out :{ > So any hints or tips from some more experienced git users appreciated. The mirror git tree is where we branched off our current development tree. You should be able to just push the tags to the tree on Savannah. Andi?