在提交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提交失败错误时的解决方案,特别是针对工作区未更新的情况。通过使用TortoiseSVN的清理功能及更新工作区后再尝试提交,可以有效解决此类问题。

557

被折叠的 条评论
为什么被折叠?



