git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git svn hangs
@ 2009-04-09 16:51 Jim Babka
  2009-04-11  2:09 ` Eric Wong
  0 siblings, 1 reply; 5+ messages in thread
From: Jim Babka @ 2009-04-09 16:51 UTC (permalink / raw)
  To: git

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread
* git svn hangs
@ 2009-04-09 20:03 Jim Babka
  2009-04-09 21:15 ` Jim Babka
  0 siblings, 1 reply; 5+ messages in thread
From: Jim Babka @ 2009-04-09 20:03 UTC (permalink / raw)
  To: git

So I found that the problem is apparently the -s option. When I removed it, it
started copying everything. This shouldn't have been a problem, though, because
the SVN repository has a standard structure (trunk, branches and tags
directories). Anyone have any idea why this would fail?

Jim Babka

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-14 19:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 16:51 git svn hangs Jim Babka
2009-04-11  2:09 ` 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

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