English 中文(简体)
SVN operation time on Vista/Windows 7/2008 RC2
原标题:

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 :)

问题回答

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?

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).





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签