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