ついでにもう一つ質問なんですが、 Emacs の pcl-cvs で変更がないファイルも一覧に出す方法はないでしょうか? 一応 C-x v d で vc-dired-mode に入って、 C-x v t で vc-dired-terse-mode を ON にした後に cvs-examine をやると出てくるみたいなんですが、もっと簡単にやれるとうれしいです。 # Emacs スレで聞いた方がいいのかな。
78 :名無しさん@お腹いっぱい。 :01/10/09 21:31
>>65 ないしょで Apacheとcvsweb をインストールしちゃう、とか :)
79 :78 :01/10/09 21:38
マジレスすると、こうかなあ。
$ cvs -d $CVSROOT co -p -rREV MODULES 2>&1 >/dev/null | \ sed -n 's/^Checking out \(.*\)$/\1/p'
Concurrent Versions System (CVS) 1.11.1p1-FreeBSD (client/server)
Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors
CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit.
Specify the --help option for further information about CVS $ ls CVS Entries Repository Root $ cvs add CVS cvs add: cannot add special file `CVS'; skipping