From owner-cvs-usrbin Fri Jan 5 00:57:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA20165 for cvs-usrbin-outgoing; Fri, 5 Jan 1996 00:57:00 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA20138 Fri, 5 Jan 1996 00:56:42 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id QAA07350; Fri, 5 Jan 1996 16:56:32 +0800 (WST) Date: Fri, 5 Jan 1996 16:56:32 +0800 (WST) From: Peter Wemm To: Thomas Graichen cc: CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/quota Makefile quota.1 quota.c In-Reply-To: <199601050837.AAA18842@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk On Fri, 5 Jan 1996, Thomas Graichen wrote: > Modified: usr.bin/quota Makefile quota.1 quota.c > Log: > Obtained from: NetBSD > replaced our quota with the NetBSD one, then added all changes we made > to our - this is done to support the displaying of quota's over nfs > using the rpc.rquotad Sorry to nag about this, but this sort of thing really should be done via 'cvs import' and 'cvs update -j'. Otherwise, how are re supposed to find the differences between our quota(1) and theirs? And what if it's desirable to update to a newer one later on? If it was imported, it is a trivial matter. If it's been spammed onto the head like this, you have to reinvent the wheel over and over again. Damn, it sounds like I'm going to have to write that 'Care and Feeding of CVS' that Jordan asked me for.. BTW: Again, I most strongly reccomend that people be familiar with the first part of the CVS FAQ. (~src/gnu/usr.bin/cvs/FAQ). It describes this kind of thing from a user's perspective. The horrible detail about administering the stuff occupies 90% of the FAQ, so there's no need to panic when you see the size of the thing. :-) In particular, section 2 (most, but not all of it) and section 3H and 3P. 3H deals with importinf stuff, and 3P deals with merging the import onto the mainline. There's loads of other useful stuff hidden in section 3 if you have time. -Peter