From owner-cvs-all Sun Dec 29 10:24:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3AA837B401; Sun, 29 Dec 2002 10:24:42 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DF943EC2; Sun, 29 Dec 2002 10:24:42 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gBTIOgOM047759; Sun, 29 Dec 2002 10:24:42 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gBTIOfrj047758; Sun, 29 Dec 2002 10:24:41 -0800 (PST) (envelope-from dillon) Date: Sun, 29 Dec 2002 10:24:41 -0800 (PST) From: Matthew Dillon Message-Id: <200212291824.gBTIOfrj047758@apollo.backplane.com> To: "David O'Brien" Cc: Nate Williams , Nate Lawson , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 development.7 References: <200212222050.gBMKol0o031894@apollo.backplane.com> <15886.29307.725269.346203@emerger.yogotech.com> <20021229181508.GB50460@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> > checkout -P :> :> 'cvs -q' is also nice, since it filters out all the extraneous stuff :> that tends to clog up your screen. : :If you konw how to put '-q' in your ~/.cvsrc file and have it work, :please share. This is yet another limitation with CVS -- you can only :put options that follow a command in ~/.cvsrc. You can specify general options to cvs using 'cvs'. So, for example: cvs -q diff -u update -PTd checkout -PT -q is interesting, and I do have it in the manual page's .cvsrc example in a commented-out state. I think it's useful for experts like us but it may create too much confusion to beginners who might wonder why their cvs command 'freezes' :-) -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message