diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py --- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Sun Nov 03 15:58:22 2013 +0100 @@ -144,11 +144,11 @@ """ if self.vcs.otherData["standardLayout"]: url1 = self.repoRootLabel1.text() + \ - self.typeCombo1.currentText() + \ - self.labelCombo1.currentText() + self.typeCombo1.currentText() + \ + self.labelCombo1.currentText() url2 = self.repoRootLabel2.text() + \ - self.typeCombo2.currentText() + \ - self.labelCombo2.currentText() + self.typeCombo2.currentText() + \ + self.labelCombo2.currentText() else: url1 = self.labelCombo1.currentText() url2 = self.labelCombo2.currentText()