From owner-freebsd-questions Thu Feb 27 12:36:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B145D37B401 for ; Thu, 27 Feb 2003 12:36:35 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8071243F3F for ; Thu, 27 Feb 2003 12:36:34 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b167.otenet.gr [212.205.244.175]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1RKaHks011142; Thu, 27 Feb 2003 22:36:27 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1RKaECs002990; Thu, 27 Feb 2003 22:36:14 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1RKaEEJ002989; Thu, 27 Feb 2003 22:36:14 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 27 Feb 2003 22:36:14 +0200 From: Giorgos Keramidas To: Brian Henning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvs commit issue Message-ID: <20030227203614.GC2531@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-27 12:51, Brian Henning wrote: > when i run the following command i get the results that follow this > command. if i wanted to skip the logging part of this is there a > parameter that i can pass to cvs to not ask for these comments and > just commit the changes.. It's not a good idea to commit stuff to a repository without any sort of description. You will soon curse when you have to look at each diff in turn when you want to know what that change that magically unbroke your application last month was... or something similar. Putting that aside, look at the description of the -m option in the output of "cvs ci --help". - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message