Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4021
195a471c327b
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
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)

eric ide

mercurial