• R/O
  • SSH
  • HTTPS

tortoisesvn: Commit


Commit MetaInfo

Revision29509 (tree)
Zeit2022-12-23 18:04:44
Autorstefankueng

Log Message

clear the error contacting the server to avoid an abort on exit

Ändern Zusammenfassung

Diff

--- trunk/src/SVN/SVNConflictInfo.cpp (revision 29508)
+++ trunk/src/SVN/SVNConflictInfo.cpp (revision 29509)
@@ -535,7 +535,12 @@
535535 SVNTRACE(
536536 m_err = svn_client_conflict_tree_get_details(m_conflict, m_pCtx, m_infoPool),
537537 svnPath);
538-
538+ if (m_err)
539+ {
540+ // if the server is not reachable, auto resolving won't work but
541+ // the user might still want to resolve manually
542+ ClearSVNError();
543+ }
539544 ClearCAPIAuthCacheOnError();
540545
541546 if (m_treeConflicted)
Show on old repository browser