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@xxxxxxxxxx
Password for 'babka@xxxxxxxxxx':
babka@CUBEARS /c/GIT (master)
$ git svn clone -s --username babka@xxxxxxxxxx
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@xxxxxxxxxx
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@xxxxxxxxxx':
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.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html