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