From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2419 invoked by alias); 11 Oct 2010 08:10:28 -0000 Received: (qmail 2403 invoked by uid 22791); 11 Oct 2010 08:10:27 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-ww0-f41.google.com (HELO mail-ww0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Oct 2010 08:10:21 +0000 Received: by wwd20 with SMTP id 20so1974433wwd.0 for ; Mon, 11 Oct 2010 01:10:18 -0700 (PDT) Received: by 10.216.54.16 with SMTP id h16mr5140610wec.6.1286784617289; Mon, 11 Oct 2010 01:10:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.169.14 with HTTP; Mon, 11 Oct 2010 01:09:57 -0700 (PDT) In-Reply-To: <20101011075555.GA30231@host1.dyn.jankratochvil.net> References: <20101011075555.GA30231@host1.dyn.jankratochvil.net> From: Hui Zhu Date: Mon, 11 Oct 2010 08:10:00 -0000 Message-ID: Subject: Re: Question about "cvs update" To: Jan Kratochvil Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00029.txt.bz2 On Mon, Oct 11, 2010 at 15:55, Jan Kratochvil w= rote: > On Mon, 11 Oct 2010 09:49:56 +0200, Hui Zhu wrote: >> Could someone tell me how to update the all src directory and do not >> co the files of other softwares. > > Yes, one should not use -d for the sourceware tree. > > To handle the cases of new directories I do completely new checkouts nigh= tly. > As I use CVS only for check-ins (and GIT for real work with the tree) it = has > no problems. > > `cvs checkout' into the existing tree should update it, possibly with the > right directories tracking. =A0But I was unable to set it up for sourcewa= re. > > > Regards, > Jan > Thanks Jan, I think I can use the git. :) Best, Hui