From: Markus Heidelberg <markus.heidelberg@web.de>
To: Sverre Rabbelier <srabbelier@gmail.com>
Cc: Eric Wong <normalperson@yhbt.net>, git@vger.kernel.org
Subject: Re: "git svn fetch" slow
Date: Sat, 31 Jan 2009 18:01:55 +0100 [thread overview]
Message-ID: <200901311801.56130.markus.heidelberg@web.de> (raw)
In-Reply-To: <bd6139dc0901310823lcced62frd61445cb80d56fca@mail.gmail.com>
Sverre Rabbelier, 31.01.2009:
> On Sat, Jan 31, 2009 at 14:14, Markus Heidelberg
> <markus.heidelberg@web.de> 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} = {};
next prev parent reply other threads:[~2009-01-31 17:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-31 13:14 "git svn fetch" slow Markus Heidelberg
2009-01-31 16:23 ` Sverre Rabbelier
2009-01-31 17:01 ` Markus Heidelberg [this message]
2009-01-31 17:31 ` Sverre Rabbelier
2009-02-01 2:18 ` [PATCH] git-svn: allow disabling expensive broken symlink checks Eric Wong
2009-02-02 3:03 ` Junio C Hamano
2009-02-03 4:45 ` Eric Wong
2009-02-03 6:52 ` Junio C Hamano
2009-02-03 19:10 ` Eric Wong
2009-02-05 7:42 ` Eric Wong
2009-02-05 8:02 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200901311801.56130.markus.heidelberg@web.de \
--to=markus.heidelberg@web.de \
--cc=git@vger.kernel.org \
--cc=normalperson@yhbt.net \
--cc=srabbelier@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.