delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/07/22/15:48:30

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE
X-Spam-Check-By: sourceware.org
Message-ID: <4C48A06F.6020309@kitware.com>
Date: Thu, 22 Jul 2010 15:47:59 -0400
From: Bill Hoffman <bill DOT hoffman AT kitware DOT com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.11) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6
MIME-Version: 1.0
To: cygwin AT cygwin DOT com, jeremy AT bopp DOT net
Subject: Re: git and openssh issue
References: <4C45D041 DOT 8010209 AT kitware DOT com> <4C4677CA DOT 2090608 AT bopp DOT net> <4C485D3D DOT 7070307 AT kitware DOT com> <4C4862F6 DOT 7090602 AT bopp DOT net>
In-Reply-To: <4C4862F6.7090602@bopp.net>
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On 7/22/2010 11:25 AM, Jeremy Bopp wrote:

>>
>> Are there any other experiments you would like to see?   Seems to happen
>> with any reasonable size git repo.  So, if you were to say clone VTK or
>> Qt, I am sure you could reproduce this as well.
>
> I'm game to try this out.  Can you send me the exact git command you use
> to clone one or more of these repositories so that I can try to
> reproduce what you see?
>
> -Jeremy
>
We have reproduced this with the CMake git repo.  You can find out how 
to get a clone of that here:

http://www.cmake.org/Wiki/CMake/Git

So to clone CMake do this:
  git clone git://cmake.org/cmake.git CMake

Once you clone CMake to a machine, you can then clone from that machine 
like this:

Commands for ssh clone:

$ git clone user AT machine:path/to/repo.git

Commands for rsh clone:

$ echo '#!/bin/sh
exec rsh -l user "$@"' > ~/ssh-rsh
$ chmod 750 ~/ssh-rsh
$ GIT_SSH=~/ssh-rsh git clone machine:path/to/repo.git

Commands for plink clone:

  http://my.afterdawn.com/agent_007/blog_entry.cfm/2909/git_and_cygwin


One thing that might be a good thing to try is to bisect the openssh 
source.  That might eliminate the cygwin dll as the source of the 
problem.  Or at least find out which change in openssh caused the problem.

-Bill


--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019