190 |
190 |
191 def vcsInit(self, vcsDir, noDialog = False): |
191 def vcsInit(self, vcsDir, noDialog = False): |
192 """ |
192 """ |
193 Public method used to initialize the subversion repository. |
193 Public method used to initialize the subversion repository. |
194 |
194 |
195 The subversion repository has to be initialized from outside eric4 |
195 The subversion repository has to be initialized from outside eric5 |
196 because the respective command always works locally. Therefore we |
196 because the respective command always works locally. Therefore we |
197 always return TRUE without doing anything. |
197 always return TRUE without doing anything. |
198 |
198 |
199 @param vcsDir name of the VCS directory (string) |
199 @param vcsDir name of the VCS directory (string) |
200 @param noDialog flag indicating quiet operations (boolean) |
200 @param noDialog flag indicating quiet operations (boolean) |