From: Eric Wong Date: Mon, 7 Jan 2008 10:40:40 +0000 (-0800) Subject: git-svn: clarify the "Ignoring error from SVN" piece X-Git-Url: https://rtime.felk.cvut.cz/gitweb/git.git/commitdiff_plain/eee8a1742bf51df33f0f6004774035f57253f944 git-svn: clarify the "Ignoring error from SVN" piece 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 Signed-off-by: Junio C Hamano --- diff --git a/git-svn.perl b/git-svn.perl index 858c5be10..f5adbdaa4 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -3488,6 +3488,10 @@ sub skip_unknown_revs { 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;