From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28102 invoked by alias); 11 Oct 2010 15:32:04 -0000 Received: (qmail 28092 invoked by uid 22791); 11 Oct 2010 15:32:03 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Oct 2010 15:32:00 +0000 Received: (qmail 29727 invoked from network); 11 Oct 2010 15:31:58 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Oct 2010 15:31:58 -0000 Date: Mon, 11 Oct 2010 15:32:00 -0000 From: Daniel Jacobowitz To: Hui Zhu Cc: gdb@sourceware.org Subject: Re: Question about "cvs update" Message-ID: <20101011153146.GA4195@caradoc.them.org> Mail-Followup-To: Hui Zhu , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00031.txt.bz2 On Mon, Oct 11, 2010 at 03:49:56PM +0800, Hui Zhu wrote: > Hi guys, > > "cvs update -d" will make the src directory include a lot of other > softwares like binutils, sid and so on. > > I want keep the directory just have the file of GDB. I tried "cvs > update -dP". But it still tried to checkout the files of other > softwares. > > Could someone tell me how to update the all src directory and do not > co the files of other softwares. I cheat, like this: cd gdb-checkout ln -s . src cvs co gdb That will check out gdb using the same tag and cvsroot that was previously used. -- Daniel Jacobowitz CodeSourcery