Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(subversion): Throw
IOException
instead of DownloadException
The `initWorkingTree()` function is documented to throw `IOException`, and that is what callers catch. Avoid ORT to crash on a `UnknownHostException` -> `SVNException` -> `DownloadException` chain by re-throwing a `IOException` here. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information