From owner-cvs-user Sun May 4 12:30:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA12480 for cvs-user-outgoing; Sun, 4 May 1997 12:30:51 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA12470; Sun, 4 May 1997 12:30:43 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id FAA23749; Mon, 5 May 1997 05:29:37 +1000 Date: Mon, 5 May 1997 05:29:37 +1000 From: Bruce Evans Message-Id: <199705041929.FAA23749@godzilla.zeta.org.au> To: eivind@bitbox.follo.net, jkh@time.cdrom.com Subject: Re: cvs commit: src/release Makefile Cc: bde@zeta.org.au, cvs-all@FreeBSD.ORG, CVS-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, jkh@FreeBSD.ORG Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> It is extremely convenient, even if it is a little 'unclean'. With >> this in place, I can use the following shell-script > >I was just about to say the same thing to Bruce, thanks for saving me >the typing. :-) I basically do exactly the same thing from my I use a symlink :-). I'll try another complaint. CVS directories almost double the number of directories and slows down copying the tree. The cost is especially high in /usr/ports since most directories there are small. Bruce