【发布时间】:2016-11-07 14:55:06
【问题描述】:
我无法构建从“SVN”存储库导入的项目。
问题:我必须处理一个项目,我需要从 svn 存储库导入该项目。我已经从 svn 存储库导入(“从文件系统打开项目”)项目文件夹,但是在刷新项目时,它显示错误为
The project was not built due to "Could not delete '/Hybrid Framework/bin/.svn'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent
我的研究:这个问题是由于 SVN 存储库中存在“.svn”文件夹,因此 Eclipse 无法构建项目。
我尝试从属性中隐藏“.svn”文件夹,但没有成功。
有解决这个问题的办法吗?
【问题讨论】: