--- a/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Mon May 30 19:21:18 2011 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Mon May 30 19:23:59 2011 +0200 @@ -83,6 +83,8 @@ .format(self.trUtf8(svnNotifyActionMap[eventDict["action"]]), eventDict["path"], mime) + if '.e4p' in eventDict["path"]: + self.__hasAddOrDelete = True if eventDict["action"] in \ [pysvn.wc_notify_action.add, pysvn.wc_notify_action.commit_added, pysvn.wc_notify_action.commit_deleted, pysvn.wc_notify_action.delete,