* 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
* Re: git svn hangs
2009-04-09 16:51 git svn hangs Jim Babka
@ 2009-04-11 2:09 ` Eric Wong
2009-04-14 19:39 ` Jim Babka
0 siblings, 1 reply; 5+ messages in thread
From: Eric Wong @ 2009-04-11 2:09 UTC (permalink / raw)
To: Jim Babka; +Cc: git
Jim Babka <jim@babkas.info> wrote:
> 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:
Hi Jim,
Can you test the clone operation from a Linux/Unix machine? Does
git-svn on Windows work for you with other (public) repositories? I
can't support Windows other than accepting patches from others.
--
Eric Wong
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git svn hangs
2009-04-11 2:09 ` Eric Wong
@ 2009-04-14 19:39 ` Jim Babka
0 siblings, 0 replies; 5+ messages in thread
From: Jim Babka @ 2009-04-14 19:39 UTC (permalink / raw)
To: Eric Wong; +Cc: git
The exact same thing happens on a Linux (RedHat) machine. I don't know
of any public repositories that I could run this against.
Jim Babka.
Eric Wong wrote:
> Jim Babka <jim@babkas.info> wrote:
>
>> 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:
>>
>
> Hi Jim,
>
> Can you test the clone operation from a Linux/Unix machine? Does
> git-svn on Windows work for you with other (public) repositories? I
> can't support Windows other than accepting patches from others.
>
>
^ 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
* Re: git svn hangs
2009-04-09 20:03 Jim Babka
@ 2009-04-09 21:15 ` Jim Babka
0 siblings, 0 replies; 5+ messages in thread
From: Jim Babka @ 2009-04-09 21:15 UTC (permalink / raw)
To: git
Jim Babka <babka <at> bestmail.us> writes:
>
> 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
>
>
Actually, I spoke too soon. It never actually copied out any files before I had
to kill it because it was going to take too long for our entire SVN repository.
So I tried to scope it down to a particular directory tree, and saw this:
------------
$ git svn clone --username babka@us.ibm.com
http://wbsfsvn.austin.ibm.com/svn/wbsf/branches/mediterranean/core
branches/mediterranean/core
Initialized empty Git repository in c:/GIT/branches/mediterranean/core/.git/
W: Ignoring error from SVN, path probably does not exist: (175007): HTTP Path
Not Found: REPORT request failed on
'/svn/wbsf/!svn/bc/100/branches/mediterranean/core':
'/svn/wbsf/!svn/bc/100/branches/mediterranean/core' path not found
W: Do not be alarmed at the above message git-svn is just searching
aggressively for old history.
This may take a while on large repositories
Path '' was probably deleted:
HTTP Path Not Found: REPORT request failed on
'/svn/wbsf/!svn/bc/18770/branches/mediterranean/core':
'/svn/wbsf/!svn/bc/18770/branches/mediterranean/core' path not found
Will attempt to follow revisions r18701 .. r18770 committed before the
deletion
babka@CUBEARS /c/GIT
-------------
There is nothing but a .git directory. Revision 18770 does not yet exist - the
last revision is 18769, so I'm not sure why it is complaining about that. Is
there something else I need to do in order to get the git svn integration
working? Is there a problem with git-svn when the SVN repository is version
1.5.5?
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).