Problem Integrating with SVN

Hey guys, anyone have this problem when integrating with SVN?

Cannot access a disposed object.
Object name: ‘SvnClientContext’.

System.ObjectDisposedException: Cannot access a disposed object.
Object name: ‘SvnClientContext’.
at SharpSvn.SvnClientContext.get_CtxHandle()
at SharpSvn.SvnClientContext.ArgsStore.~ArgsStore()
at SharpSvn.SvnClientContext.ArgsStore.Dispose()
at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)
at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args)
at UiPath.Project.SourceControl.SVNSourceControl.<>c__DisplayClass20_1.b__0()
at UiPath.Project.SourceControl.SVNSourceControl.SVNClientAction(Func`1 action)
at UiPath.Project.SourceControl.SVNSourceControl.Connect(String projectPath, Uri repositoryUri, String userName, String password)
at UiPath.Workflow.TreePanels.Workspace.SVNViewModel.Connect()

Hi @quihan

This issue was fixed since 2018.3.

The fix was to make the error message more informative. It used to display whenever you would perform actions with no network connection.