git-svn: Print revision while searching for earliest use of path
commit99366565f1a78f9089c0e505ddaee47b31928f1d
authorDeskin Miller <deskinm@umich.edu>
Mon, 9 Feb 2009 00:33:18 +0000 (8 19:33 -0500)
committerEric Wong <normalperson@yhbt.net>
Wed, 11 Feb 2009 10:00:42 +0000 (11 02:00 -0800)
tree2daa8d82ff35d1d09b7bf9cafb987db2f1b43ed2
parent8e3f9b17a5186c8122eebf5cefdf6062a21f07d9
git-svn: Print revision while searching for earliest use of path

When initializing a git-svn repository from a Subversion repoository,
it is common to be interested in a path which did not exist in the
initial commit to Subversion.  In a large repository, the initial fetch
may take some looking for the earliest existence of the path time while
the user receives no additional feedback.  Print the highest revision
number scanned thus far to let the user know something is still
happening.

Signed-off-by: Deskin Miller <deskinm@umich.edu>
git-svn.perl