From owner-cvs-all@FreeBSD.ORG Fri Jun 17 13:14:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG 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 0228816A41C; Fri, 17 Jun 2005 13:14:35 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-66.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A781C43D1F; Fri, 17 Jun 2005 13:14:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j5HDDMUI055528; Fri, 17 Jun 2005 07:13:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 17 Jun 2005 07:13:22 -0600 (MDT) Message-Id: <20050617.071322.74698038.imp@bsdimp.com> To: keramida@FreeBSD.ORG From: Warner Losh In-Reply-To: <20050617090837.GC791@flame.pc> References: <200506152034.j5FKYqrZ030874@repoman.freebsd.org> <20050616.054643.55424432.rushani@bl.mmtr.or.jp> <20050617090837.GC791@flame.pc> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.ORG, cvs-doc@FreeBSD.ORG, rushani@bl.mmtr.or.jp, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/ja_JP.eucJP/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2005 13:14:35 -0000 > So, please, you are welcome to use cvs commit -F logfile :) I usually put logfile in /tmp or some other directory. This helps protect me from myself when I do cvs commit -f logfile instead of -F logfile. or 'cvs commit -F *.c /tmp/logfile' Warner