Re: [PATCH] git-svn: error out when the SVN connection fails during a fetch
From: Eric Wong <hidden> Date: 2016-08-11 20:14:13
Eric Wong [off-list ref] wrote:
finish_report does seem to return a useful value indicating success
or failure, so we'll just set a flag when close_edit is called
(it is not called on failures, nor is abort_edit) and check
the flag before proceeding.
Also, this only affects the delta fetcher. When using the non-delta
fetch: the SVN libraries will just segfault :)
--