From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29342 invoked by alias); 2 Feb 2010 13:56:50 -0000 Received: (qmail 29331 invoked by uid 22791); 2 Feb 2010 13:56:49 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_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; Tue, 02 Feb 2010 13:56:45 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o12DuhQD004582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 2 Feb 2010 08:56:44 -0500 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o12DuhZ6002854 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 2 Feb 2010 08:56:43 -0500 Date: Tue, 02 Feb 2010 17:39:00 -0000 From: Kevin Buettner To: insight@sourceware.org Subject: gdb/gdbtk not tagged with gdb_7_0-branch tag Message-ID: <20100202065643.2117c127@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00020.txt.bz2 I recently discovered that the insight specific sources in the gdb directory, namely the gdb/gdbtk hierarchy was not tagged with the gdb_7_0-branch branch tag. The release tags are also missing. I found that I was able to fetch sources that would build with this branch by using "-D 2009-09-18" with the suitable cvs export command. I suspect that several other dates would work as well. I do know, however, that using the CVS HEAD from this hierarchy will not work. (That's what I tried first...) Should I attempt to add the gdb_7_0-branch tag to the insight specific sources? Or would someone else prefer to do it instead? Kevin