当 SVN Checkout 停止工作时该怎么办
今天,我在 CodePlex 上的 SVN 存储库停止工作。
尝试重新签出时,出现以下错误:
命令:从 https://digger.svn 签出。 codeplex.com/svn,修订版 HEAD,完全递归,包含外部
错误:PROPFIND of '/svn': 207 Multi-Status (https://digger.svn.codeplex.com)
我已在 CodePlex 上发布了支持请求,但除此之外,是否有解决此类 SVN 的步骤错误? (所有更新和提交操作也会失败,但在今天之前的几个月里一直工作正常)。
Today, my SVN repository on CodePlex stopped working.
Trying to do a fresh checkout, I get the following error:
Command: Checkout from https://digger.svn.codeplex.com/svn, revision HEAD, Fully recursive, Externals included
Error: PROPFIND of '/svn': 207 Multi-Status (https://digger.svn.codeplex.com)
I've posted a support request on CodePlex, but other than that, are there steps to resolve this type of SVN error? (All Update and Commit operations also fail, but have been working fine for months before today).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Codeplex 团队建议我转换为 Mercurial,因为这是他们的 SVN Bridge 设置中无法恢复的错误。相反,我们只是重置整个存储库并重新提交所有内容。
The Codeplex team suggested that I convert over to Mercurial, as it was an unrecoverable bug with their SVN Bridge setup. Instead, we just reset the entire repository and recommited everything.