From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62647 invoked by alias); 29 Jan 2016 07:43:21 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 61656 invoked by uid 89); 29 Jan 2016 07:43:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Wood, Under, D*yahoo.co.uk, lloyd X-HELO: mail-wm0-f52.google.com Received: from mail-wm0-f52.google.com (HELO mail-wm0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 29 Jan 2016 07:43:19 +0000 Received: by mail-wm0-f52.google.com with SMTP id p63so56148282wmp.1 for ; Thu, 28 Jan 2016 23:43:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=vIHWUpXlWG8kustRJoSnjUR+nWCGEgaS1PSh0HDu7/E=; b=BQETXAiCT+ojAF8UMQ5sOmJSxor/xA4YSwY2y1IW7vgruBNo1Hw4xipXaQVtqsRFHm a/iPK4tyeAOWs6b19Plx1H+uR+CT+RZMqi474nF9kO+ye6jxhDG1urQDFDel930JcFFV WwXaclk6hv+XsPi1X+FQcOgbHZ+rQdzPD+RgKbqDwhAlJ47AHEQ441gK4mL2AKv6JH4s 9bm78LFXcNLXFQ8VMho397Sn9MN9cAiQK0KRaq58+aZPpayj3a9wjk2TufMq6NPX+QYY wpEVpw98zFwRBgmCkVk4fevr8Irwq4W6YYr6JoXBnoohTMh+SUgkmyg8cbkLxR1RB3Pv 4J2A== X-Gm-Message-State: AG10YOTWRkR5ZmjrnR2V2w9plxEZtMir88mxcrhDGo4gKLJgrZi78gXGZtPZiWNGnuSmXw== X-Received: by 10.194.117.5 with SMTP id ka5mr7270409wjb.20.1454053396394; Thu, 28 Jan 2016 23:43:16 -0800 (PST) Received: from [172.21.188.188] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id r4sm14413071wjy.39.2016.01.28.23.43.15 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Jan 2016 23:43:15 -0800 (PST) Subject: Re: CVS problems on 64-bit cygwin To: cygwin@cygwin.com References: <1484485633.2967908.1454040691361.JavaMail.yahoo.ref@mail.yahoo.com> <1484485633.2967908.1454040691361.JavaMail.yahoo@mail.yahoo.com> From: Marco Atzeri Message-ID: <56AB180B.9000107@gmail.com> Date: Fri, 29 Jan 2016 08:04:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1484485633.2967908.1454040691361.JavaMail.yahoo@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00456.txt.bz2 On 29/01/2016 05:11, lloyd.wood@yahoo.co.uk wrote: > I'm having trouble with pulling from cvs under 64-bit cygwin. > > I have parallel 32-bit and 64-bit cygwin installs on a Win7 Enterprise machine. > > Under 32-bit cygwin, I do this all the time: > cvs -z3 -d:ext:lloydwood@savi.cvs.sourceforge.net:/cvsroot/savi co savi-dev > > and quite happily; type password at prompt, pull files and go. > > Under 64-bit cygwin, this doesn't work; I never get a password prompt. try with CVS_RSH="ssh"; export CVS_RSH cvs -z3 -d:ext:lloydwood@savi.cvs.sourceforge.net:/cvsroot/savi co savi-dev > I see that the cvs versions are different: > > > Under 64-bit cygwin: > $ which cvs > /usr/bin/cvs > > $ cvs -version > > Concurrent Versions System (CVS) 1.11.23 (client/server) > > Copyright (C) 2006 Free Software Foundation, Inc. > > Under 32-bit cygwin > $ which cvs > /usr/bin/cvs > > $ cvs -version > > Concurrent Versions System (CVS) 1.12.13 (client/server) > > So, different versions, the cvs version under 64-bit Cygwin appears earlier than the version under 32-bit Cygwin (but I no longer understand FSF version numbering; don't ask me about gcc 5...) but this earlier(?) version has a later year. And, unlike 32-bit, doesn't seem to work. > > Something here is very very odd, and I'd appreciate enlightenment. https://sourceware.org/ml/cygwin-announce/2015-07/msg00054.html > > thanks > > Lloyd Wood Regards Marco -- 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