--- a/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py Fri Mar 11 16:51:57 2011 +0100 @@ -11,6 +11,7 @@ import Utilities + def getServersPath(): """ Public method to get the filename of the servers file. @@ -24,6 +25,7 @@ homedir = Utilities.getHomeDir() return os.path.join(homedir, ".subversion", "servers") + def getConfigPath(): """ Public method to get the filename of the config file.