Eclipse を使用してファイルの変更を CVS のプロジェクトのブランチにコミットすると、失敗します。Eclipse の CVS コンソールでは次のようになります (詳細は省略されています)。
***
cvs ci -m "comment for the commit" -l "/PROJECT/path/to/file/fileName.java"
**** Access denied: Insufficient Karma (userName|PROJECT/path/to/file|branchName)
cvs commit: Pre-commit check failed
cvs [commit aborted]: correct above errors first!
The server reported an error while performing the "cvs commit" command. (took 0:00.209)
Error: PROJECT: cvs commit: Pre-commit check failed
Error: PROJECT: cvs [commit aborted]: correct above errors first!
***
2日前に(Eclipseを使用して)正常にコミットできました。
CVS の Karma とは何ですか? また、このエラー メッセージは何を意味していますか?