Jonathan Nieder <jrnieder <at> gmail.com> writes: > > CCing those who reported the problem. There is some debugging advice below, > for anyone who wants to take a further stab at tracking this down. > > Eric Wong wrote: > > Can somebody get an strace or core dump for the "git update-index" > > call? Or even an strace -f of the entire git svn invocation as well... > I am having the same issue, pulling a HTTPS repo being served with Subversion 1.4.5. Other info: The repo has many, many tags (~300?), and ~5000 revisions, and I've been pulling it since Saturday! Each iteration of git svn fetch takes longer and longer before producing output. It "feels" like It The tags seem to be what's slowing it down.) I can't make this repo or shell access available (sorry). I got an strace: jfelice@lx-cclamp:~/xpay-core$ strace -f -o /tmp/strace git svn fetch r3176 = 816a8e7ffd28a2224a75037cf6a983883532c76e (refs/remotes/tags/v01_01_87) error: git-svn died of signal 13 The strace output is at: http://eraserhead.net/files/strace.bz2 I originally suspected that our crufty HTTPS server was closing the connection on us due to some kind of timeout. -- 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