Sverre Rabbelier, 31.01.2009: > On Sat, Jan 31, 2009 at 14:14, Markus Heidelberg > <markus.heidelberg@xxxxxx> wrote: > > since several days "git svn fetch" didn't seem to work any more. I > > bisected it down to > > I noticed it too, it's horribly slow; I can't really revert the patch > since it conflicts, and I'm not familiar with the code, so I don't > know how to resolve the conflict :(. The following should work around it: diff --git a/git-svn.perl b/git-svn.perl index 79888a0..bc7bd21 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -3255,7 +3255,6 @@ sub new { bless $self, $class; if (exists $git_svn->{last_commit}) { $self->{c} = $git_svn->{last_commit}; - $self->{empty_symlinks} = _mark_empty_symlinks($git_svn); } $self->{empty} = {}; $self->{dir_prop} = {}; -- 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