Date: Sun, 29 Dec 2002 10:24:41 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: "David O'Brien" <obrien@FreeBSD.org> Cc: Nate Williams <nate@yogotech.com>, Nate Lawson <nate@root.org>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 development.7 Message-ID: <200212291824.gBTIOfrj047758@apollo.backplane.com> References: <Pine.BSF.4.21.0212221128200.69205-100000@root.org> <200212222050.gBMKol0o031894@apollo.backplane.com> <15886.29307.725269.346203@emerger.yogotech.com> <20021229181508.GB50460@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
:> > 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 <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212291824.gBTIOfrj047758>