From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 17 11:40:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FFAC106568F for ; Tue, 17 Feb 2009 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B17D8FC22 for ; Tue, 17 Feb 2009 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1HBe1KJ068834 for ; Tue, 17 Feb 2009 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1HBe1lp068833; Tue, 17 Feb 2009 11:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 17 Feb 2009 11:40:01 GMT Resent-Message-Id: <200902171140.n1HBe1lp068833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TerryP Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BE3A10656D8 for ; Tue, 17 Feb 2009 11:38:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5A3038FC1E for ; Tue, 17 Feb 2009 11:38:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1HBchXZ077863 for ; Tue, 17 Feb 2009 11:38:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1HBchjE077853; Tue, 17 Feb 2009 11:38:43 GMT (envelope-from nobody) Message-Id: <200902171138.n1HBchjE077853@www.freebsd.org> Date: Tue, 17 Feb 2009 11:38:43 GMT From: TerryP To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/131774: cvs - commits files then aborts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 11:40:02 -0000 >Number: 131774 >Category: misc >Synopsis: cvs - commits files then aborts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 17 11:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: TerryP >Release: RELENG_7 >Organization: >Environment: FreeBSD dixie.launchmodem.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #1: Mon Jan 5 00:42:11 UTC 2009 root@dixie.launchmodem.com:/usr/obj/usr/src/sys/VIPER i386 >Description: When committing files with CVS, if I specify a log file for the commit command; it splits out a bogus abort message after the commit has completed. Here is an example of the output: Terry@dixie$ cat > /tmp/log 11:35 superficial commit for problem-report Terry@dixie$ cvs commit -F /tmp/cvs-ci.8K04g33j cvs commit: Examining . ... snip ... ? ... snip ... Checking in .Terry_shrc; /srv/cvs/Terry/.Terry_shrc,v <-- .Terry_shrc new revision: 1.27; previous revision: 1.26 done Checking in .vimrc; /srv/cvs/Terry/.vimrc,v <-- .vimrc new revision: 1.40; previous revision: 1.39 done cvs [commit aborted]: cannot specify both a message and a log file Terry@dixie$ Afterwords, the commit message can be reviewed with cvs log, changes viewed with cvs diff, checkout/update the file from other machines, etc as normal. It just acts like a moron if you say -F file. >From cvs --version: Concurrent Versions System (CVS) 1.11.22.1-FreeBSD (client/server) >How-To-Repeat: $ echo some message > logfile $ cvs ci -F logfile $ cvs log You should see that it was "done", followed by a "commit aborted" message during the commit. The data was really committed, so you can view it in the log and so on. >Fix: >Release-Note: >Audit-Trail: >Unformatted: