本文介绍了找不到文件的CVSROOT的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的CVS服务器连接出现问题。我也从IDEA 10迁移到11版本。现在我有CVS的问题。我无法更新,添加或提交此异常的项目原因:

We had trouble with our CVS server connection. Also I've migrated from IDEA 10 to 11 version. Now I have problem with CVS. I cannot update, add or commit project cause of this exception:

但是CVS的配置还可以,我有成功的测试连接。

But configuration of CVS is OK and I have sucess test connection.

有人知道这是什么问题吗?

Does anybody know what's the problem?

谢谢

Upd:Linux上有远程CVS服务器。我使用Windows 7.一切都是相同的,以前工作过。

Upd: I have remote CVS server on Linux. I use Windows 7. Everything was same and worked before.

推荐答案

问题是由项目内缺少的 CVS 文件夹引起的根。 IDE正在寻找 CVS / Root 文件。

The problem is caused by the missing CVS folder inside the project root. IDE is looking for CVS/Root file.

这篇关于找不到文件的CVSROOT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-15 05:07