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