summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f5530b8)
raw | patch | inline | side by side (parent: f5530b8)
author | Eric Wong <normalperson@yhbt.net> | |
Mon, 7 Jan 2008 10:40:40 +0000 (02:40 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 8 Jan 2008 00:25:31 +0000 (16:25 -0800) |
I've heard of several users puzzled by this, and it sometimes it
appears as if git-svn is doing nothing on slower connections and
larger repositories.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
appears as if git-svn is doing nothing on slower connections and
larger repositories.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl | patch | blob | history |
diff --git a/git-svn.perl b/git-svn.perl
index 858c5be107dfb9d60110c2cd1d521cd5ea84c411..f5adbdaa41e3d7dbb6398b3be4b2b73d7a7d0a18 100755 (executable)
--- a/git-svn.perl
+++ b/git-svn.perl
warn "W: Ignoring error from SVN, path probably ",
"does not exist: ($errno): ",
$err->expanded_message,"\n";
+ warn "W: Do not be alarmed at the above message ",
+ "git-svn is just searching aggressively for ",
+ "old history.\n",
+ "This may take a while on large repositories\n";
$ignored_err{$err_key} = 1;
}
return;