在提交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,再进行提交