Node: I just committed some files with the wrong log message, Next: , Previous: Can I copy .cvspass files or portions of them?, Up: Some Real Life Problems (With Solutions)



I just committed some files with the wrong log message

ファイルをいくつか、間違ったログメッセージでコミットしてしまいました。

これを解決するのに、リポジトリを手で編集する必要はありません。admin コマンドを -m フラグ付きで実行すれば直ります。-m と引数の間には空白 を入れないということと、置き換えるログメッセージをクオートで囲むこと を忘れないようにして下さい:

     floss$ cvs admin -m1.17:'I take back what I said about the customer.' hello.c