Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
8 """ 8 """
9 9
10 import os 10 import os
11 11
12 import Utilities 12 import Utilities
13
13 14
14 def getServersPath(): 15 def getServersPath():
15 """ 16 """
16 Public method to get the filename of the servers file. 17 Public method to get the filename of the servers file.
17 18
22 return os.path.join(appdata, "Subversion", "servers") 23 return os.path.join(appdata, "Subversion", "servers")
23 else: 24 else:
24 homedir = Utilities.getHomeDir() 25 homedir = Utilities.getHomeDir()
25 return os.path.join(homedir, ".subversion", "servers") 26 return os.path.join(homedir, ".subversion", "servers")
26 27
28
27 def getConfigPath(): 29 def getConfigPath():
28 """ 30 """
29 Public method to get the filename of the config file. 31 Public method to get the filename of the config file.
30 32
31 @return filename of the config file (string) 33 @return filename of the config file (string)

eric ide

mercurial