iOS--错误集锦--svn提交出错 an error occurred and the operation could not be completed

我们操作svn上的代码,有时候会导入导出一些相同的库文件,然后第二天一提交会出现这种情况:an error occurred and the operation could not be completed(发生了一个错误,无法完成操作)如图:

iOS--错误集锦--svn提交出错 an error occurred and the operation could not be completed_第1张图片

我们可以通过清理SVN上的缓存来解决这个错误。 首先先关闭SVN

iOS--错误集锦--svn提交出错 an error occurred and the operation could not be completed_第2张图片

然后我们点击一下桌面上栏的前往--》前往文件夹(也可以使用快捷键:shift + command + G)

iOS--错误集锦--svn提交出错 an error occurred and the operation could not be completed_第3张图片

然后进入 ~/Library/Caches   找到Cornerstone文件夹

iOS--错误集锦--svn提交出错 an error occurred and the operation could not be completed_第4张图片

iOS--错误集锦--svn提交出错 an error occurred and the operation could not be completed_第5张图片

然后把它删除

iOS--错误集锦--svn提交出错 an error occurred and the operation could not be completed_第6张图片

最后关闭文件夹,重新打开SVN即可提交成功。 

你可能感兴趣的:(iOS--错误集锦)