AnkhSVN2019 icon indicating copy to clipboard operation
AnkhSVN2019 copied to clipboard

Unable to connect to a repository at URL

Open PhilJollans opened this issue 3 years ago • 0 comments

I have received this report by Email on 13-October-2020

SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://url_with_self_signed_cert_and_client_cert_for_auth' ---> SharpSvn.SvnSerfException: Error running context: An error occurred during SSL communication
  --- End of inner exception stack trace ---
  at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
  at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error, Object targets)
  at SharpSvn.SvnClient.Update(ICollection`1 paths, SvnUpdateArgs args, SvnUpdateResult& result)
  at SharpSvn.SvnClient.Update(String path, SvnUpdateArgs args, SvnUpdateResult& result)
  at Ankh.Commands.SolutionUpdateCommand.PerformUpdate(CommandEventArgs e, ProgressWorkerArgs wa, SvnRevision rev, Boolean allowUnversionedObstructions, Boolean updateExternals, Boolean setDepthInfinity, IEnumerable`1 groups, SvnUpdateResult& updateResult)
  at Ankh.Commands.SolutionUpdateCommand.<>c__DisplayClass6_0.<OnExecute>b__0(Object sender, ProgressWorkerArgs a)
  at Ankh.ProgressRunnerService.ProgressRunner.Run(Object arg)

svn-version=1.12.0
os-version=10.0.18363.0
ankh-version=1.0.0.12
sharpsvn-version=1.12.0.1
command=SolutionUpdateLatest
vs-version=16.0.30523.141

My first impression, is that this should result in message box with the message "Unable to connect to repository" with the URL, and not a crash report.

PhilJollans avatar Apr 10 '21 08:04 PhilJollans