svn (version 1.6.12) from Cygwin 1.6.1 does not understand 'utf-8' name of
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 31 Aug 2010 10:55:00 +0300
changeset 452 b9760779b51f
parent 451 cf6fe4141a9d
child 453 a996baf6b700
svn (version 1.6.12) from Cygwin 1.6.1 does not understand 'utf-8' name of coding, but understand 'UTF-8'.
.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")