[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:00523] Re: mhc-cvs.el and Gnus support



>> On Thu, 20 Apr 2000 17:29:30 +0900
>> 「白井」== shirai@xxxxxxxxxxxxxxxxxxx (Hideyuki SHIRAI (白井秀行)) said as follows:

白井> もうひとつ気付いた点があるのですが、新しい directory を掘るよう
白井> な追加の cvs commit がうまくいっていないようです。

ひょっとして、次のパッチで直りませんか?

Index: mhc-cvs.el
===================================================================
RCS file: /home/tsuchiya/CVS/projects/mhc/mhc-cvs.el,v
retrieving revision 1.5
diff -u -u -r1.5 mhc-cvs.el
--- mhc-cvs.el	2000/04/20 05:09:52	1.5
+++ mhc-cvs.el	2000/04/20 08:42:08
@@ -120,7 +120,7 @@
 (defun mhc-cvs/update ()
   "cvs update を実行した結果を解析する関数"
   ;; ローカルのスケジュールファイルを update する
-  (prog1 (mhc-cvs/backend "update" "-I" ".*" "-I" "trash")
+  (prog1 (mhc-cvs/backend "update" "-d" "-I" ".*" "-I" "trash")
     (let (modified-files conflict-files updated-files commit-fault-files)
       ;; update の結果を解析する
       (let ((buffer (get-buffer mhc-cvs/tmp-buffer-name))
-- 
土屋 雅稔  ( TSUCHIYA Masatoshi )
    http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/