diff -r 44e15eda6506 -r e8fc383322f7 eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py --- a/eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py Wed Jan 06 13:47:01 2021 +0100 @@ -182,7 +182,7 @@ """ Public method used to initialize the subversion repository. - The subversion repository has to be initialized from outside eric6 + The subversion repository has to be initialized from outside eric because the respective command always works locally. Therefore we always return TRUE without doing anything.