Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 53
c3eb7cc1ff8b
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
190 190
191 def vcsInit(self, vcsDir, noDialog = False): 191 def vcsInit(self, vcsDir, noDialog = False):
192 """ 192 """
193 Public method used to initialize the subversion repository. 193 Public method used to initialize the subversion repository.
194 194
195 The subversion repository has to be initialized from outside eric4 195 The subversion repository has to be initialized from outside eric5
196 because the respective command always works locally. Therefore we 196 because the respective command always works locally. Therefore we
197 always return TRUE without doing anything. 197 always return TRUE without doing anything.
198 198
199 @param vcsDir name of the VCS directory (string) 199 @param vcsDir name of the VCS directory (string)
200 @param noDialog flag indicating quiet operations (boolean) 200 @param noDialog flag indicating quiet operations (boolean)

eric ide

mercurial