Plugins/VcsPlugins/vcsSubversion/subversion.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 42
23b45a742e17
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
183 183
184 def vcsInit(self, vcsDir, noDialog = False): 184 def vcsInit(self, vcsDir, noDialog = False):
185 """ 185 """
186 Public method used to initialize the subversion repository. 186 Public method used to initialize the subversion repository.
187 187
188 The subversion repository has to be initialized from outside eric4 188 The subversion repository has to be initialized from outside eric5
189 because the respective command always works locally. Therefore we 189 because the respective command always works locally. Therefore we
190 always return TRUE without doing anything. 190 always return TRUE without doing anything.
191 191
192 @param vcsDir name of the VCS directory (string) 192 @param vcsDir name of the VCS directory (string)
193 @param noDialog flag indicating quiet operations (boolean) 193 @param noDialog flag indicating quiet operations (boolean)

eric ide

mercurial