--- a/eric6/Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py Tue Oct 06 17:52:44 2020 +0200 @@ -66,7 +66,7 @@ dlg = SvnRepoBrowserDialog(self.vcs, mode="select", parent=self) dlg.start( self.protocolCombo.currentText() + self.vcsUrlPicker.text()) - if dlg.exec_() == QDialog.Accepted: + if dlg.exec() == QDialog.Accepted: url = dlg.getSelectedUrl() if url: protocol = url.split("://")[0]