git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jim Babka <jim@babkas.info>
To: git@vger.kernel.org
Subject: git svn hangs
Date: Thu, 09 Apr 2009 11:51:34 -0500	[thread overview]
Message-ID: <49DE2796.4090406@bestmail.us> (raw)

I need some help. I have tried both the native Windows git (git version 
1.6.2.2.1669.g7eaf8, coming from Git-1.6.2.2-preview20090408) and the 
git in Cygwin (git version 1.6.1.2), but I see almost the same behavior. 
I try to run the following command and see the following results:

------- From the git bash that comes with the windows git -----------
babka@CUBEARS /c/GIT
$ git svn clone -s http://wbsfsvn.austin.ibm.com/svn/wbsf .
Initialized empty Git repository in C:/GIT/.git/
Authentication realm: <http://wbsfsvn.austin.ibm.com:80> w3
Password for 'babka':
Authentication realm: <http://wbsfsvn.austin.ibm.com:80> w3
Username: babka@us.ibm.com
Password for 'babka@us.ibm.com':

babka@CUBEARS /c/GIT (master)
$ git svn clone -s --username babka@us.ibm.com 
http://wbsfsvn.austin.ibm.com/svn/wbsf .
C:\Program Files\Git\bin\perl.exe: *** WFSO timed out


babka@CUBEARS /c/GIT (master)
--------------------------
----- From Cygwin bash ----
$ git svn clone -s --username babka@us.ibm.com 
http://wbsfsvn.austin.ibm.com/svn/wbsf
Initialized empty Git repository in /cygdrive/c/GIT/wbsf/.git/
Authentication realm: <http://wbsfsvn.austin.ibm.com:80> w3
Password for 'babka@us.ibm.com':

babka@cubears /cygdrive/c/GIT
--------------

In the first case, I did forget my user name the first time, but it 
asked again and the second time I got it right. In both cases, after I 
entered the password, the command hung for a while. The first time, 
after 5 minutes, I killed the command and ran it again - that second 
time it did not prompt for the user name or password. In both cases, 
when I just let the command run, it hung for an hour or so, and then 
returned without doing anything. The only indication of any problem in 
the Windows native git was that "WFSO timed out" message. There was no 
such message on cygwin - it just hung for an hour, then returned. After 
the command finishes, the directory has nothing but a ".git" directory 
in it. None of the source code from my SVN repository is there.

I am completely stuck here. I have no useful error messages to look at, 
so there is no indication of why I'm having any problem. Can anyone help 
ne here?

By the way, here are the stats for my SVN installation (which works just 
fine):

--------------------------------------------
svn, version 1.5.5 (r34862)
   compiled Dec 23 2008, 12:42:22

Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet 
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using 
Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network 
protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
----------------------------------------------

Jim Babka.

             reply	other threads:[~2009-04-09 16:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-09 16:51 Jim Babka [this message]
2009-04-11  2:09 ` git svn hangs Eric Wong
2009-04-14 19:39   ` Jim Babka
  -- strict thread matches above, loose matches on Subject: below --
2009-04-09 20:03 Jim Babka
2009-04-09 21:15 ` Jim Babka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49DE2796.4090406@bestmail.us \
    --to=jim@babkas.info \
    --cc=babka@bestmail.us \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).