--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDialog.py Mon Feb 19 19:17:04 2024 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDialog.py Wed Feb 21 10:56:24 2024 +0100 @@ -200,7 +200,7 @@ if not self.__hasAddOrDelete and len(s) > 0: # check the output for line in s.split(os.linesep): - if ".epj" in line or ".e4p" in line: + if ".epj" in line: self.__hasAddOrDelete = True break if line and line[0:2].strip() in ["A", "D"]: