Vista/Windows 7/2008 RC2 上的 SVN 运行时间
我有一个问题。当我在标题中提到的操作系统上使用 Tortoise 或 AnkhSVN 提交或更新我的项目时,我必须等待很长时间才能完成操作。使用 Windows XP 时不会出现此问题(当然我使用相同的 svn 服务器:)。
您知道什么可能导致这个问题吗?
附:抱歉我的英语:)
i have a problem. When i commit or update my project using Tortoise or AnkhSVN on operating systems mentioned in title, i have to wait very long time for operation to finish. While using Windows XP this problem doesn't occurs (of course i am using the same svn server :).
Do you know, what may cause this problem ?
ps. sorry for my english :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能是因为这些操作系统支持 IPv6。当主机的 DNS 查找成功,但由于主机未监听而导致连接超时时,通常会发生超时。
要解决此问题,您可以修复 DNS 信息以仅包含 IPv4 地址,或者使服务器上的 IPv6 正常工作。
您能否指出您正在使用哪种类型的主机(基于互联网、内联网或本地主机)和协议(http(s):// 或 svn://)?
It's probably because those operating systems are IPv6 enabled. The timeout usually happens when a DNS lookup for the host succeeds, but the connection to it times out because it's not listening.
To fix this, you can either fix the DNS information to include just IPv4 addresses, or make IPv6 on the server work.
Can you indicate what kind of host (internet, intranet or localhost based) and protocol (http(s):// or svn://) you're using?
可能存在一些防病毒软件或 Windows Defender 干扰。根据我的经验,Subversion 在 Windows 上运行速度很慢,无论客户端或版本如何(包括 XP)。
There may be some Antivirus or Windows Defender interference going on. In my experience, Subversion is slow on windows, regardless of client or version (including XP).