トラブルシューティング - コミットしたらエラーになった。

エラーの内容は、以下の通り

$ cvs commit
cvs commit: Examining .
cvs commit: sticky tag `hoge-1-1' for file `hoge.php' is not a branch
cvs commit: Examining hoge
cvs [commit aborted]: correct above errors first!

対処内容は以下の通り

$ cvs update -A

※ エラーの内容は、Stickyタグがついているので、更新できませんという意味。Stickyタグは「古いバージョンですよ」という意味らしい。それをはずしてくれるのが、cvs update -Aとなる。