From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Jacobowitz To: Andrew Cagney , gdb@sources.redhat.com, insight@sources.redhat.com Subject: Re: GDB 5.1 branch cut Date: Mon, 30 Jul 2001 10:33:00 -0000 Message-id: <20010730103326.A7288@nevyn.them.org> References: <3B636DC3.8090207@cygnus.com> <20010730102227.A6743@nevyn.them.org> X-SW-Source: 2001-07/msg00409.html On Mon, Jul 30, 2001 at 10:22:27AM -0700, Daniel Jacobowitz wrote: > > ls -d GDB/src > > mkdir 51 > > ( cd GDB && tar cf - src ) | ( cd 51 && tar xpf - ) > > cd 51 > > cvs -d `cat src/CVS/Root` co -r gdb_5_1-2001-07-29-branch gdb dejagnu > > > > i.e. do a CVS co over the top of an existing CVS repository. > > Interestingly, if you do this, you (or at least I) will get things > like: > > cvs checkout: move away src/config/mpw/ChangeLog; it is in the way > C src/config/mpw/ChangeLog > > for all the contents of src/config/mpw, src/libiberty/config, and > src/include/*/ (but not src/include itself). Anyone know what might > cause that? For the curious, it appears to be a CVS bug, as those files are shared between the gdb and dejagnu modules; check out gdb+dejagnu instead. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer