From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25434 invoked by alias); 2 Jun 2011 13:46:10 -0000 Received: (qmail 25425 invoked by uid 22791); 2 Jun 2011 13:46:10 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: sourceware.org Received: from mail-gw0-f43.google.com (HELO mail-gw0-f43.google.com) (74.125.83.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jun 2011 13:45:49 +0000 Received: by gwj21 with SMTP id 21so443199gwj.2 for ; Thu, 02 Jun 2011 06:45:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.136.196 with SMTP id w44mr930950yhi.229.1307022348984; Thu, 02 Jun 2011 06:45:48 -0700 (PDT) Received: by 10.236.105.171 with HTTP; Thu, 2 Jun 2011 06:45:48 -0700 (PDT) In-Reply-To: <4DE7915E.3020801@ece.cmu.edu> References: <20110602122725.GA23446@ednor.casa.cgf.cx> <4DE7915E.3020801@ece.cmu.edu> Date: Thu, 02 Jun 2011 13:46:00 -0000 Message-ID: Subject: Re: Mercurial not returning with 20110601 snapshot From: marco atzeri To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00032.txt.bz2 On Thu, Jun 2, 2011 at 3:34 PM, Ryan Johnson wrote: > 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. =A0For 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 > in that case you can also test with rsync through ssh to check if it is a more general ssh issue and it is not related to mercurial. 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