From owner-freebsd-current Wed Apr 12 13:16:08 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA22573 for current-outgoing; Wed, 12 Apr 1995 13:16:08 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA22433 for ; Wed, 12 Apr 1995 13:14:32 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id GAA24821 for current@freebsd.org; Thu, 13 Apr 1995 06:08:54 +1000 Date: Thu, 13 Apr 1995 06:08:54 +1000 From: Bruce Evans Message-Id: <199504122008.GAA24821@godzilla.zeta.org.au> To: current@FreeBSD.org Subject: problems with new cvs Sender: current-owner@FreeBSD.org Precedence: bulk 1) It created a new admin file CVS/Root in each checked out directory. Although these files are only 8 bytes long, there are so many directories in /usr/src that my /usr partition filled up again. 2) It created the files in (1) even though I ran it with the -n flag. 3) It gives up too easily on errors. My /usr/src/sys/compile is a symlink to /usr/obj/sys/compile, so it can't reasonably be managed by CVS. `cvs [-n] -q co src' now aborts when it hits this symlink. Bruce