From owner-freebsd-questions Sat Apr 19 10:14:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA26692 for questions-outgoing; Sat, 19 Apr 1997 10:14:40 -0700 (PDT) Received: from pro200.farmer.org (ppp-208-15-144-74.tulsok.swbell.net [208.15.144.74]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA26685 for ; Sat, 19 Apr 1997 10:14:36 -0700 (PDT) Received: (from steve@localhost) by pro200.farmer.org (8.8.5/8.8.5) id MAA00719; Sat, 19 Apr 1997 12:14:32 -0500 (CDT) Date: Sat, 19 Apr 1997 12:14:32 -0500 (CDT) Message-Id: <199704191714.MAA00719@pro200.farmer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Steven Farmer To: freebsd-questions@freebsd.org Subject: cvsup munges /usr/ports? X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Reply-To: slfarmer@swbell.net Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After getting 2.2-RELEASE installed via ftp, I ran cvsup to pick up any recent changes. The supfile is: *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_2_2 *default delete use-rel-suffix *default compress src-all cvs-crypto ports-all The src-all and cvs-crypto updates gave the expected results, but the ports-all update replaced everything in /usr/ports with CVS files! Is this right? This is the fist time I've cvsup'd ports-all, and I was expecting the files to be updated, not morphed into something else altogether. If this *is* right, how would I use it? Of course, I still can use sysinstall to install ports via ftp, but I prefer the 'make install' method. Should I simply ftp the entire ports dir to reconstruct things, or is there a better way? Thanks, Steve