あなたは `driver.c' に加えた修正を覚えていなかったので、 何をしたのか調べる必要があります。
$ cd tc $ cvs diff driver.c
diff
コマンドは、
取り出した時の `driver.c' と、
あなたの作業コピーとを比較します。
その出力を見て、最適化経路を有効にするオプションを、
コマンド行で指定するようにしたことを思い出しました。
その変更を格納して、
このモジュールに対する作業を終了します。
$ cvs commit -m "Added an optimization pass" driver.c Checking in driver.c; /usr/local/cvsroot/tc/driver.c,v <-- driver.c new revision: 1.2; previous revision: 1.1 done $ cd .. $ cvs release -d tc ? tc You have [0] altered files in this repository. Are you sure you want to release (and delete) module `tc': y