使用svn从恢复到某个版本的时候会报错

在eclipse中,使用svn从恢复到某个版本的时候会报错:

org.apache.subversion.javahl.ClientException: Working copy and merge source not ready for reintegration
svn: Cannot reverse-merge a range from a path's own future history; try updating first

org.apache.subversion.javahl.ClientException: Working copy and merge source not ready for reintegration

svn: Cannot reverse-merge a range from a path's own future history; try updating first

出现这个错误是因为myeclipse识别到你的版本没有更新到最新版本

1、右键---》Team--->update to version

2、然后在点击你要回滚的版本。问题解决

 
 
原文地址:https://www.cnblogs.com/wwssgg/p/14427022.html