当使用 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 是什么,这个错误信息是什么意思?