50 |
50 |
51 reposURL = self.vcs.svnGetReposName(path) |
51 reposURL = self.vcs.svnGetReposName(path) |
52 if reposURL is None: |
52 if reposURL is None: |
53 E5MessageBox.critical(self, |
53 E5MessageBox.critical(self, |
54 self.trUtf8("Subversion Error"), |
54 self.trUtf8("Subversion Error"), |
55 self.trUtf8("""The URL of the project repository could not be""" |
55 self.trUtf8( |
|
56 """The URL of the project repository could not be""" |
56 """ retrieved from the working copy. The operation will""" |
57 """ retrieved from the working copy. The operation will""" |
57 """ be aborted""")) |
58 """ be aborted""")) |
58 self.reject() |
59 self.reject() |
59 return |
60 return |
60 |
61 |