【问题标题】:what causes "insufficient karma" error when committing to cvs提交 cvs 时导致“业力不足”错误的原因是什么
【发布时间】:2012-09-06 18:56:40
【问题描述】:

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

【问题讨论】:

标签: cvs commit


【解决方案1】:

问题是 CVS 服务器文件上的更新 $CVSROOT/CVSROOT/avail 删除了提交权限。感谢@Jarry 指出正确的方向。

【讨论】:

    【解决方案2】:

    我在尝试提交到只读存储库目录时看到了该错误消息。通常是在分支准备好发布或合并时。

    【讨论】:

      猜你喜欢
      • 2023-03-28
      • 2011-09-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多