eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8043
0acf98cd089a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
180 180
181 def vcsInit(self, vcsDir, noDialog=False): 181 def vcsInit(self, vcsDir, noDialog=False):
182 """ 182 """
183 Public method used to initialize the subversion repository. 183 Public method used to initialize the subversion repository.
184 184
185 The subversion repository has to be initialized from outside eric6 185 The subversion repository has to be initialized from outside eric
186 because the respective command always works locally. Therefore we 186 because the respective command always works locally. Therefore we
187 always return TRUE without doing anything. 187 always return TRUE without doing anything.
188 188
189 @param vcsDir name of the VCS directory (string) 189 @param vcsDir name of the VCS directory (string)
190 @param noDialog flag indicating quiet operations (boolean) 190 @param noDialog flag indicating quiet operations (boolean)

eric ide

mercurial