Plugins/VcsPlugins/vcsSubversion/subversion.py

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

eric ide

mercurial