|
在eclipse提交代码到svn时候遇到以下错误
svn: E200007: Commit failed (details follow):
svn: E200007: CHECKOUT can only be performed on a version resource
svn: E175002: CHECKOUT request failed on '/svn/newShop/!svn/rvr/16/trunk/~~'
在尝试了update,再commit后。还是不能提交
于是用svn tortoise对项目文件夹进行Clean up(清理)操作,再在eclipse进行上述的操作,然后在eclipse中进行提交,便可以解决此问题。
也可以再eclipse中右键,Team中CleanUp。再操作就可以了。 |