233 |
233 |
234 self.inputGroup.setEnabled(True) |
234 self.inputGroup.setEnabled(True) |
235 self.inputGroup.show() |
235 self.inputGroup.show() |
236 |
236 |
237 self.process.start('svn', args) |
237 self.process.start('svn', args) |
238 procStarted = self.process.waitForStarted() |
238 procStarted = self.process.waitForStarted(5000) |
239 if not procStarted: |
239 if not procStarted: |
240 self.inputGroup.setEnabled(False) |
240 self.inputGroup.setEnabled(False) |
241 self.inputGroup.hide() |
241 self.inputGroup.hide() |
242 E5MessageBox.critical(self, |
242 E5MessageBox.critical(self, |
243 self.trUtf8('Process Generation Error'), |
243 self.trUtf8('Process Generation Error'), |