--- a/eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py Sat Jun 27 12:08:12 2020 +0200 @@ -1502,7 +1502,6 @@ locker.unlock() dirs = [x for x in names.keys() if os.path.isdir(x)] for file in allFiles: - # file.path is always unicode in Python 2 name = os.path.normcase(file.path) if self.__isVersioned(file): if name in names: @@ -1582,7 +1581,6 @@ ignore=True, update=False) locker.unlock() for file in allFiles: - # file.path is always unicode in Python 2 name = os.path.normcase(file.path) if self.__isVersioned(file): if name in names: