From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3532 invoked by alias); 21 Jul 2005 07:33:00 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 3477 invoked by uid 22791); 21 Jul 2005 07:32:51 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Thu, 21 Jul 2005 07:32:51 +0000 Received: (qmail 32532 invoked by uid 10); 21 Jul 2005 07:32:49 -0000 Received: (qmail 24994 invoked by uid 500); 21 Jul 2005 07:32:42 -0000 Mail-Followup-To: gcc-help@gcc.gnu.org, mwp@internode.on.net To: "Mark Williams \(MWP\)" Cc: gcc-help@gcc.gnu.org Subject: Re: CVS checkout References: <20050721071454.GA4997@linux.comp> From: Ian Lance Taylor Date: Thu, 21 Jul 2005 07:33:00 -0000 In-Reply-To: <20050721071454.GA4997@linux.comp> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-07/txt/msg00217.txt.bz2 "Mark Williams \(MWP\)" writes: > I want to CVS checkout the current 4.0.x development version. > > I tried "cvs -z9 checkout -P -rgcc-4_0-branch gcc" but this gave me the 4.1 > devel. > > Which CVS tag should i be using? That is the right CVS tag. That should have given you the 4.0 branch sources. I don't know why it didn't work. What do you see in gcc/version.c? Ian