From owner-cvs-ports Sat Nov 2 22:45:38 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA00419 for cvs-ports-outgoing; Sat, 2 Nov 1996 22:45:38 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA00368; Sat, 2 Nov 1996 22:45:07 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id RAA16900; Sun, 3 Nov 1996 17:38:53 +1100 Date: Sun, 3 Nov 1996 17:38:53 +1100 From: Bruce Evans Message-Id: <199611030638.RAA16900@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org, obrien@freefall.freebsd.org Subject: Re: cvs commit: ports/comms Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: comms Makefile > Log: > Turn on lrzsz. > > (btw, is there a better way to do this than ``cvs co ports'' when all I want > to edit is ports/comms/Makefile? Freefall doesn't have enought space for > a total ports checkout). Someone mentioned the -l flag. You can also just do `cvs co ports/comms/Makefile'. When I started, checking out anything but modules was discouraged because it interferes with the cvs command history, but the command history got scrambled in other ways so we no longer generate it. Bruce