我在项目中删了2个jar,然后SVN提交,一直提交不成功
svn在提交时报错如下图:
working copy is not up-to-date
svn:commit failed(details follow):
svn:file "xxxxx is out of date"
item is out of date
svn:item "xxxx" is out of date
解决方法一:
在相应文件上,单击选择team,然后选择先更新,然后再提交。这样就好了。
解决方法二:
转自:http://www.cnblogs.com/icerainsoft/p/3807596.html
Window -> Preferences -> Team -> SVN,将SVN接口的Client修改为SVNKit(Pure JAVA) SVNKit v1.7.9.XXXX选项
后记:我是用方法二搞定的。