From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27344 invoked by alias); 11 Oct 2010 07:50:24 -0000 Received: (qmail 27335 invoked by uid 22791); 11 Oct 2010 07:50:23 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Oct 2010 07:50:18 +0000 Received: by wwe15 with SMTP id 15so2601969wwe.12 for ; Mon, 11 Oct 2010 00:50:16 -0700 (PDT) Received: by 10.216.238.37 with SMTP id z37mr3344110weq.26.1286783416183; Mon, 11 Oct 2010 00:50:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.169.14 with HTTP; Mon, 11 Oct 2010 00:49:56 -0700 (PDT) From: Hui Zhu Date: Mon, 11 Oct 2010 07:50:00 -0000 Message-ID: Subject: Question about "cvs update" To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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/msg00027.txt.bz2 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. Thanks, Hui