--- a/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Sat Jan 21 17:21:19 2012 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Sun Jan 22 19:27:40 2012 +0100 @@ -75,6 +75,7 @@ if eventDict["action"] == pysvn.wc_notify_action.update_completed: msg = self.trUtf8("Revision {0}.\n").format(eventDict["revision"].number) elif eventDict["path"] != "" and \ + eventDict["action"] in svnNotifyActionMap and \ svnNotifyActionMap[eventDict["action"]] is not None: mime = eventDict["mime_type"] == "application/octet-stream" and \ self.trUtf8(" (binary)") or ""