From mboxrd@z Thu Jan 1 00:00:00 1970 From: DJ Delorie To: erl@voxi.com Cc: gdb@sources.redhat.com Subject: Re: Difficulty for community involvment in gdb Date: Thu, 02 Aug 2001 09:16:00 -0000 Message-id: <200108021613.MAA05583@greed.delorie.com> References: <3B684397.40704@voxi.com> <3B686235.30809@cygnus.com> <3B693AC7.4050106@voxi.com> X-SW-Source: 2001-08/msg00022.html > My standard way of getting changes from a cvs repository is to type: > "cvs -q update -Pd". This also retrieves new directories. In all other A more correct way to update a module set is to do this: cvs -q get gdb Unless your cvs is quite old, this *is* an incremental update *plus* any new directories *defined by the module*. You can't do that with "cvs update".