git-svn: avoid respewing similar error messages for missing paths
commita6a15a9958cbd77e7181c2110e1e2568a808a204
authorEric Wong <normalperson@yhbt.net>
Sat, 31 Mar 2007 00:54:48 +0000 (30 17:54 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 31 Mar 2007 08:11:13 +0000 (31 01:11 -0700)
tree950cdf058f3a0fa5bf197785021d6254b5def52a
parent46efd2d93ce39fd5c1a91f0a2f918f2d8bbfdf92
git-svn: avoid respewing similar error messages for missing paths

We ignore errors if the path we're tracking did not exist for
a particular revision range, but we still print out warnings
telling the user about that.

As pointed out by Seth Falcon, this amounts to a lot of warnings
that could confuse and worry users.  I'm not entirely comfortable
completely silencing the warnings, but showing one warning per
path that we track should be reasonable.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl