From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12346 invoked by alias); 2 Jun 2011 13:34:35 -0000 Received: (qmail 12245 invoked by uid 22791); 2 Jun 2011 13:34:35 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD,WEIRD_PORT X-Spam-Check-By: sourceware.org Received: from BACHE.ECE.CMU.EDU (HELO bache.ece.cmu.edu) (128.2.129.23) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jun 2011 13:34:20 +0000 Received: from [192.168.0.101] (206-248-130-97.dsl.teksavvy.com [206.248.130.97]) by bache.ece.cmu.edu (Postfix) with ESMTP id 978AEF5 for ; Thu, 2 Jun 2011 09:34:19 -0400 (EDT) Message-ID: <4DE7915E.3020801@ece.cmu.edu> Date: Thu, 02 Jun 2011 13:34:00 -0000 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Mercurial not returning with 20110601 snapshot References: <20110602122725.GA23446@ednor.casa.cgf.cx> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-06/txt/msg00031.txt.bz2 On 02/06/2011 9:05 AM, Chris Sutcliffe wrote: > On 2 June 2011 08:27, Christopher Faylor wrote: >> Could you provide the actual steps needed to duplicate the problem, >> assuming that anyone doing testing will not be familiar with mercurial? > It seems to be an issue with using mercurial over ssh versus mercurial > over http. For example, cloning the Emerge Desktop repository over > http (read only) works fine: > > hg clone http://emerge.hg.sourceforge.net:8000/hgroot/emerge/emerge > > However, when I clone over ssh (for read/write) using my public key: > > hg clone ssh://ir0nh34d@emerge.hg.sourceforge.net/hgroot/emerge/emerge > > The command appears to hang after the operation completes. > > Unfortunately I don't know of an anonymous mercurial repository that > you can clone over ssh to recreate the issue. Assuming cygwin sshd is running locally, couldn't you just create an empty repo and then try to ssh-clone it? mkdir ~/test-repo cd ~/test-repo hg init hg clone ssh://localhost/test-repo tr2 Ryan -- 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