--- emacs-svn-1.27/vc-svn.el~ 2006-04-01 15:05:21.000000000 +0200 +++ emacs-svn-1.27/vc-svn.el 2006-04-01 15:05:51.000000000 +0200 @@ -124,7 +124,7 @@ ;; is only reported via the exit status which is turned into ;; an `error' by vc-do-command. (error nil)))) - (when (eq 0 status) + (when (eq nil status) (vc-svn-parse-status t) (eq 'SVN (vc-file-getprop file 'vc-backend)))))))