From owner-freebsd-current Sat Apr 6 02:30:28 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA21281 for current-outgoing; Sat, 6 Apr 1996 02:30:28 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA21275 for ; Sat, 6 Apr 1996 02:30:22 -0800 (PST) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0u5VG7-000QYEC; Sat, 6 Apr 96 12:30 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id MAA11211 for current@freebsd.org; Sat, 6 Apr 1996 12:27:33 +0200 Message-Id: <199604061027.MAA11211@allegro.lemis.de> Subject: CVS: What am I doing wrong? To: current@freebsd.org Date: Sat, 6 Apr 1996 12:27:32 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've started to re-checkout my complete -current tree, and have run into some strange problems: I started in an empty directory called /src/2.2-CURRENT. With the command cvs -r co src I expect to get a complete, read-only source tree attached to the current directory. Instead, I get: + cvs checkout: Updating src + U src/COPYRIGHT + U src/Makefile + cvs checkout: Updating src/TODO-2.1 + cvs checkout: Updating src/bin + U src/bin/Makefile In addition, it bombs out on me in a number of directories, such as: + U src/sys/gnu/i386/fpemul/wm_shrx.s + U src/sys/gnu/i386/fpemul/wm_sqrt.s + cvs checkout: Updating src/sys/gnu/i386/isa + cvs checkout: cannot open CVS/Entries for reading: No such file or directory + cvs [checkout aborted]: cannot open CVS/Root: No such file or directory Since in each case the directory doesn't exist, I can't see why it should complain about this particular directory. Even curiouser, if I specify this directory specifically, it works: + $ cvs -r co src/sys/gnu/i386/isa + cvs checkout: Updating src/sys/gnu/i386/isa + U src/sys/gnu/i386/isa/dgb.c + U src/sys/gnu/i386/isa/dgbios.h + U src/sys/gnu/i386/isa/dgfep.h + U src/sys/gnu/i386/isa/dgreg.h + U src/sys/gnu/i386/isa/nic3008.c + U src/sys/gnu/i386/isa/nic3008.h + U src/sys/gnu/i386/isa/nic3009.c + U src/sys/gnu/i386/isa/nic3009.h + U src/sys/gnu/i386/isa/niccyreg.h I'm using the -current cvs of about a week ago. Is cvs broke? Is my checkout command screwed up? Or is it just an artifact of the phase of the moon? Greg