# HG changeset patch # User Oleksandr Gavenko # Date 1283241300 -10800 # Node ID b9760779b51f896a96bbe53cdfeb116af2a95d74 # Parent cf6fe4141a9dd0db62182cec7b9b68afbdbe385b svn (version 1.6.12) from Cygwin 1.6.1 does not understand 'utf-8' name of coding, but understand 'UTF-8'. diff -r cf6fe4141a9d -r b9760779b51f .emacs-my --- a/.emacs-my Mon Aug 30 09:05:01 2010 +0300 +++ b/.emacs-my Tue Aug 31 10:55:00 2010 +0300 @@ -843,7 +843,7 @@ (progn (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos)) (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251)) - (setq vc-svn-checkin-switches '("--encoding" "utf-8")) + (setq vc-svn-checkin-switches '("--encoding" "UTF-8")) )) ;; (setq-default vc-svn-register-switches "--encoding cp1251")