Resolution for “fatal: unable to run ‘git-svn'”

Debian bug:

When running “git svn clone” on a large repository, every few revisions or a single big revision, it stops with:

fatal: unable to run 'git-svn'

git svn fetch resumes the clone, stopping again after a few revisions. If you keep resuming it long enough, the clone ultimately succeeds.

Thanks, Adam! Even if continually resuming with git svn fetch isn’t an
elegant solution, it worked for me!