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