# HG changeset patch # User Oleksandr Gavenko # Date 1276635737 -10800 # Node ID c7289ca7bfbe8deb0d1a341a11513bf56a4e287e # Parent bef33c83b3a04e6ded66ebee07f972a651fb65fa# Parent c8e90a10c94128aa7378ec7894d9a68ca32a4bce merged diff -r c8e90a10c941 -r c7289ca7bfbe .emacs-my --- a/.emacs-my Fri May 28 17:11:33 2010 +0300 +++ b/.emacs-my Wed Jun 16 00:02:17 2010 +0300 @@ -824,7 +824,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")