--- a/.emacs-my Sun Jun 20 22:15:45 2010 +0300
+++ b/.emacs-my Sun Jun 20 22:16:14 2010 +0300
@@ -223,7 +223,6 @@
"^\*Help\*"
"^\*Quail Completions\*"
"^\*Disabled Command\*"
- "^\*vc\*"
))
(require 'uniquify)
@@ -827,7 +826,8 @@
(if (equal window-system 'w32)
(progn
(modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))
- (modify-coding-system-alist 'process "svn" '(cp866-dos . cp1251-dos))
+ (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251))
+ (setq vc-svn-checkin-switches '("--encoding" "utf-8"))
))
;; (setq-default vc-svn-register-switches "--encoding cp1251")