X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:to:message-id:subject
	:mime-version:content-type:content-transfer-encoding:references;
	 q=dns; s=default; b=eTN1OXzXpwjLY3ygehM+eztBO21CvuA/N+/4xjlv8Gu
	dTFfqRA/npPxvVAdjQhUesneLFt2t2VtuppEDkqP8FtxrRIaomZ5axmpYjg0svEF
	oNHdM7Rbmp4SdfivUYmOgRWZLE3OI0DRdYefVGs0t5VVb4zAi9cn/qFeUMetF8iU
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:to:message-id:subject
	:mime-version:content-type:content-transfer-encoding:references;
	 s=default; bh=WnC6aRAqug4yI3F3aSADbKWcOPc=; b=Zv/ANZtRuaoQvyVnG
	35yM9WMaRvzZd9x99bLbKgibY9/SiIr0F8e97eXRlk+GlpbZGhVITMSvZRymwFvt
	5fI4HnF9WjyQIPkIbXFSdxA0ASl6iEEwTWtvB0fC5YScDsikCGRSTIcHtZVMDxFV
	comH8UmKXNB/6w3txfh28V7U5Q=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,KAM_COUK,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*R:D*yahoo.co.uk, sums, 1494, checkout
X-HELO: nm38-vm5.bullet.mail.gq1.yahoo.com
Date: Mon, 1 Feb 2016 05:36:44 +0000 (UTC)
From:  <lloyd.wood@yahoo.co.uk>
Reply-To:  <lloyd.wood@yahoo.co.uk>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>,
        "marco.atzeri@gmail.com" <marco.atzeri@gmail.com>,
        "wyml@etr-usa.com" <wyml@etr-usa.com>
Message-ID: <1407896650.4839290.1454305004793.JavaMail.yahoo@mail.yahoo.com>
Subject: Re: CVS problems on 64-bit cygwin
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
References: <1407896650.4839290.1454305004793.JavaMail.yahoo.ref@mail.yahoo.com>

> > CVS_RSH="ssh"; export CVS_RSH 
> 
> Good call.  I set CVS_RSH in my .bash_profile so long ago I forgot about it. 
> 
> This probably explains why the OP sees the problem change when moving from Cygwin
> 32 to Cygwin 64: he probably doesn't use the same shell startup scripts in both cases. 


My 32 and 64-bit .bash_profile scripts are identical and the default; I learned long ago
not to waste effort on tweaking individual setups. both 1494 bytes long, both mistyping
'beneficial'. Different MD5 sums, but:

$ diff bash32 bash64 
8c8 
< # base-files version 4.2-3 
--- 
> # base-files version 4.2-4 


However, the CVS_RSH hint worked and fixed the problem on that 64-bit install.
Easy enough to add in a two-line checkout script, but...

I've got another older 64-bit install - again, default scripts - that has never
shown this problem.

There's something very odd here; where else in systemwide scripts
might set CVS_RSH?

thanks
 
Lloyd Wood
http://savi.sf.net/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

