揮発性のメモ2

知識をメモ書きしておく

CVSでディレクトリを削除する方法

中身を全部消してからアップデートする

$ cvs remove -f hoge/Makefile hoge/hoge.c
$ cvs ci hoge
$ cvs update -P hoge