Cannot find CVSROOT for file

丶灬走出姿态 提交于 2019-12-08 02:04:06

问题


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:

Error: Cannot find CVSROOT for file C:\New\SMDPO

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

Does anybody know what's the problem?

Thanks

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


回答1:


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




回答2:


Select from menu: "VCS > CVS > Migrate CVS Root...". Fixed it for me after migrating (importing) a project from Eclipse workspace.



来源:https://stackoverflow.com/questions/16433594/cannot-find-cvsroot-for-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!