Here is a short manual on rewriting SVN repo to git. After executing the this command:
git svn clone --stdlayout --no-metadata --authors-file=users.txt svn://hostname/path dest-dir
the following messages can be seen in console:
This may take a while on large repositories
Checked through r89900
What is git checking through exactly? Is it possible to count it somehow?