119 args.append(self.fname) |
119 args.append(self.fname) |
120 |
120 |
121 self.process.setWorkingDirectory(self.dname) |
121 self.process.setWorkingDirectory(self.dname) |
122 |
122 |
123 self.process.start('svn', args) |
123 self.process.start('svn', args) |
124 procStarted = self.process.waitForStarted() |
124 procStarted = self.process.waitForStarted(5000) |
125 if not procStarted: |
125 if not procStarted: |
126 self.inputGroup.setEnabled(False) |
126 self.inputGroup.setEnabled(False) |
127 E5MessageBox.critical(self, |
127 E5MessageBox.critical(self, |
128 self.trUtf8('Process Generation Error'), |
128 self.trUtf8('Process Generation Error'), |
129 self.trUtf8( |
129 self.trUtf8( |