cvs

Emacs から CVS とかを使うときの文字コードを指定する

(modify-coding-system-alist 'process "cvs" '(undecided . euc-jp-unix)) eshell から cvs を実行するときも、これが適用されるらしい。 shell でもできるはずだけど、\222とか付く。

CVS ログ修正

http://radiofly.to/nishi/cvs/ml-log/msg00914.html たとえば登録済の CVS LOG を変更できれば解決すると思うのですが、 そのようなことは可能なのでしょうか? commit logの変更はcvs admin -m で可能です。 あるいは、リポジトリの*,vファイルを直接修正…

CVS--Concurrent Versions System (in Japanese) - キーワード置換

http://www.linkclub.or.jp/~tumibito/soft-an/cvs/cvs-man/cvs-ja_12.html $Id$と$Log$はLiLFeSでも使われている。

CVS vs. SVN

cvs -d repos get fltk svn co repos/trunk fltk cvs update -dP svn update cvs add name svn add name rm -f name svn remove name cvs remove name mv name newname svn move name newname cvs remove name cvs add newname cvs commit svn commit cvs di…