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