125 args.append(self.fname) |
125 args.append(self.fname) |
126 |
126 |
127 self.process.setWorkingDirectory(self.dname) |
127 self.process.setWorkingDirectory(self.dname) |
128 |
128 |
129 self.process.start('svn', args) |
129 self.process.start('svn', args) |
130 procStarted = self.process.waitForStarted() |
130 procStarted = self.process.waitForStarted(5000) |
131 if not procStarted: |
131 if not procStarted: |
132 self.inputGroup.setEnabled(False) |
132 self.inputGroup.setEnabled(False) |
133 E5MessageBox.critical(self, |
133 E5MessageBox.critical(self, |
134 self.trUtf8('Process Generation Error'), |
134 self.trUtf8('Process Generation Error'), |
135 self.trUtf8( |
135 self.trUtf8( |