diff -r 092aa8fafa4e -r f6ccc31d6e72 Plugins/VcsPlugins/vcsPySvn/subversion.py --- a/Plugins/VcsPlugins/vcsPySvn/subversion.py Sat Jan 02 16:15:57 2010 +0000 +++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py Sat Jan 02 17:09:08 2010 +0000 @@ -192,7 +192,7 @@ """ Public method used to initialize the subversion repository. - The subversion repository has to be initialized from outside eric4 + The subversion repository has to be initialized from outside eric5 because the respective command always works locally. Therefore we always return TRUE without doing anything. @@ -2034,4 +2034,4 @@ @param interval check interval for the monitor thread in seconds (integer) @return reference to the monitor thread (QThread) """ - return SvnStatusMonitorThread(interval, project.ppath, self) + return SvnStatusMonitorThread(interval, project.ppath, self) \ No newline at end of file