From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 23 05:20:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BD516A4D7 for ; Fri, 23 Apr 2004 05:20:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1AA43D1F for ; Fri, 23 Apr 2004 05:20:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3NCKXbv084272 for ; Fri, 23 Apr 2004 05:20:33 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3NCKX1A084271; Fri, 23 Apr 2004 05:20:33 -0700 (PDT) (envelope-from gnats) Date: Fri, 23 Apr 2004 05:20:33 -0700 (PDT) Message-Id: <200404231220.i3NCKX1A084271@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Subject: Re: gnu/65869: cvs generates invalid cvs command lines X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 12:20:33 -0000 The following reply was made to PR gnu/65869; it has been noted by GNATS. From: Ceri Davies To: Mark Andrews Cc: FreeBSD Gnats Submit Subject: Re: gnu/65869: cvs generates invalid cvs command lines Date: Fri, 23 Apr 2004 13:16:24 +0100 On Fri, Apr 23, 2004 at 09:36:04AM +1000, Mark Andrews wrote: > > > Synopsis: cvs generates invalid cvs command lines > > > > State-Changed-From-To: open->feedback > > State-Changed-By: ceri > > State-Changed-When: Thu Apr 22 03:28:02 PDT 2004 > > State-Changed-Why: > > "ssh host -l user cvs server" should actually work just the same. > > No it shouldn't. It says to run the command "-l" on "host" > with arguements "user cvs server" It seems to work for me, on Solaris and FreeBSD: $ ssh rios2 -l foo cvs server foo@rios2's password: > > However, if you'd like to see this fixed then I'd suggest mailing your > > patch to bug-cvs@gnu.org for inclusion in the next release of CVS, and > > FreeBSD will then pick it up in the next import. > > I've sent a complaint to cvs-bugs@gnu.org against > client.c:1.318.4.19 which is the HEAD of the cvs1-11-x-branch. Great, thanks. Ceri --