svn cleanup 失败的解决方法

svn cleanup 失败的解决方法

在某些svn操作不能执行的时候,需要执行svn cleanup。但有时候svn cleanup会失败。

解决方法一(我就是这么做的):

直接把要操作的目录再checkout下来到其它地方,然后拿刚checkout下来的目录去覆盖原来需要操作的目录。

Ok.

解决方法二:

Deleted the log file in the .svn directory (I also deleted the offending file in .svn/props-base)

Then did a cleanup..

方法二还没测试过。

参考:http://stackoverflow.com/questions/158664/what-to-do-when-svn-cleanup-fails

原文地址:https://www.cnblogs.com/maijin/p/2852338.html