颠覆更新问题 [英] Subversion Update Issue

查看:40
本文介绍了颠覆更新问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试更新我的存储库时出现以下错误.有人能解释一下这是什么意思吗?

I'm getting the following error when I try to update my repository. Can someone explain what it means?

命令:更新
错误:网址
错误:'http://mysvn/foo'
错误:现有目录
错误:'C:\SVN\MyProj\NinjectModules\Models' 不匹配
错误:预期 URL 'http://mysvn/foo/NinjectModules/Models'
完成!:

Command: Update
Error: URL
Error: 'http://mysvn/foo'
Error: of existing directory
Error: 'C:\SVN\MyProj\NinjectModules\Models' does not match
Error: expected URL 'http://mysvn/foo/NinjectModules/Models'
Finished!:

推荐答案

这种错误信息通常与 svn 存储库中的字母大小写错误.也许您的 svn 安装在 Linux 机器上,并且您有两个相同的文件夹:

This kind of error message is usually associated with letter casing errors in the svn repository. Perhaps your svn is installed on a Linux machine and there you have two identical folders:

(..)/mysvn/foo
(..)/MySVN/Foo

最初 SVN 检查 MySVN/Foo 并没有找到 \NinjectModules\Models 文件夹,因为它在 /mysvn/foo位置

And initially SVN checks out MySVN/Foo and it doesn't find the \NinjectModules\Models folder because it is in /mysvn/foo location

这篇关于颠覆更新问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆