svn更新报错–SVN:Previous operation has not finished; run ‘cleanup’ if it was interrupted
鼠标右键点击项目–>Team–>ReFresh/Cleanup,然后就可以更新了
svn: The working copy at ‘xxxx’ is too old (format 10) to work with client version ‘1.8.8 (r1568071)’ (expects format 31). You need to upgrade the working copy first.
1.如果提交的目录为项目子目录,查看目录下是否有.svn目录,如果有的话,直接删掉就可以更新了
2.鼠标右键点击项目–>Team–>Upgrate,然后就可以更新了