clone/update: feed git-svn a file of empty lines
commitf5724cb86ba1650e294cfdeea47d6317746612fc
authorKyle J. McKay <mackyle@gmail.com>
Tue, 9 Jun 2020 21:24:56 +0000 (9 14:24 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 9 Jun 2020 21:24:56 +0000 (9 14:24 -0700)
treea4b354399ab9f4423ca594534a96f43f1e09d856
parenta49bc7da29d7ada77b9145c8e801d4d79a7a9f19
clone/update: feed git-svn a file of empty lines

The `git svn` command has a nasty habit of prompting the
user whenever anything unusual happens.

The `svn` command line has a `--non-interactive` option to
prevent exactly this sort of hang, but `git svn` does not.

Fortunately, simply pressing "<return>" will prevent the
hang (usually the default action causes a failure result).

Feed a file of empty lines to every `git svn init` and
`git svn fetch` command to satisfy these unwanted prompts.

This should prevent any svn mirror fetches from hanging
indefinitely until they are killed by the jobd timeout.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/update.sh
taskd/clone.sh