When using Eclipse to commit a change to a file to a branch of a project in CVS, it fails, and the following is in CVS Console in Eclipse (with specifics stripped out)
***
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!
***
I was able to commit successfully 2 days ago (using Eclipse).
What is Karma in CVS, and what does this error message mean?
The issue was an updated
$CVSROOT/CVSROOT/availon the CVS server file which removed commit privileges. Thanks to @Jarry for pointing in the right direction.