在提交svn出現如下報錯:
org.apache.subversion.javahl.ClientException: Working copy is not up-to-date
svn: Commit failed (details follow):
svn: File 'xxxxxxxxxxx' is out of date
Item is out of date
svn: Item 'xxxxxxxxxxx'is out of date
可利用TortoiseSVN采用如下方法:
1.在報錯類所在workspace的根目錄下,進行如下操作:TortoiseSVN->clean up
2.再svn commit,或者再在eclipse項目選擇team->freash/cleanup,再進行提交
---------------------
如果還報錯就先將報錯文件更新至svn中最新版本,然后提交。之后再修改成自己的版本后再提交一次。