maven svn 提交代码报错解决办法
常见问题1:org.apache.subversion.javahl.ClientException: A conflict in the working copy obstructs the current operation svn: Commit failed。
解决办法:
清除缓存team---refresh/cleanup
问题2:org.apache.subversion.javahl.ClientException: Working copy is not up-to-date
解决办法:将team synchcronizing视图中的删除文件覆盖/更新后再提交。
或者:先把删除的文件进行了还原。在项目中重新删除两个文件,再将整个项目Team--->refresh/Cleanup ,再提交