X-Recipient: archive-cygwin AT delorie DOT 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=G6EBh8bJ8X9aTaqs ILrBxkbQra81gsDMFEmupAnpZoqpe2ZcT0l7yLdc/h4/JpXCu6QOWsZN2h5LUiAs Ttz4XYJPvSRdQmPqHdSDNtByfTa87FaIwa7AAcKUSW74V+KcPykr3M85Q4YU7so6 pjZY0IhQdPy/YIM2CH2fYhPsedg= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=ApX3gbGlH9eOWSFfx9DqiQ muLzo=; b=gevp8C2sQYbqEmskThn3S3knws99YLN/TUdJ3Q9TBHGByMOYEPHMc9 0s33mOybOCC+ttESOoFISe04cf/AUqNEFSlfibwtfjiJ/yeMrOAUq/MWXgdVWjEu gyo97BV/5ATK9VxzDHBlBMlXnaFDn7455DPUb7tgslrgQeatLTx8A= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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) Subject: Re: CVS problems on 64-bit cygwin To: cygwin AT cygwin DOT com References: <1484485633 DOT 2967908 DOT 1454040691361 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT com> <1484485633 DOT 2967908 DOT 1454040691361 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> From: Marco Atzeri Message-ID: <56AB180B.9000107@gmail.com> Date: Fri, 29 Jan 2016 08:43:07 +0100 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 On 29/01/2016 05:11, lloyd DOT wood AT yahoo DOT co DOT 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 AT savi DOT cvs DOT sourceforge DOT 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 AT savi DOT cvs DOT sourceforge DOT 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