Domanda

Using:

  • Microsoft Visual Studio Ultimate 2013 Preview Version 12.0.20623.01 Update
  • AnkhSVN 2.5.12116

I've:

  • enabled the plugin in the Tools->Options
  • added project to svn outside of VS, using TortoiseSVN GUI.

When I start VS, go to:

and then the dialog hangs, just saying:

loading (and showing the spinner, as if it is actually loading)

No files are offered. Interestingly, if I open the URL combobox, it shows many different paths that I have in my repo, e.g.

but which ever I one I choose, the endless "loading" occurs.

I've tried clearing the auth cache in AnkhSVN, I've imported the certificate from the https server on my win machine and so on. TortoiseSVN works fine, and I can see the repo from Google Chrome.

Also, View->Repository Explorer hangs, showing spinner image forever.

Thanks,

Igor

È stato utile?

Soluzione

What do you see when you type ping myserver.com in a command prompt. If you don't see a ping to an 12.34.56.78 like address, but to some '2001:888:0:7::77' style address your server most likely resolves to an ipv6 address before it resolves to an ipv4 address. (Note that localhost has this problem)

Subversion 1.8 switched to a new http implementation and this implementation currently doesn't try to connect to further addresses resolved by the DNS resolver.

The problem is that many Subversion servers don't listen to ipv6 connections yet, while by using the machine name as a service name you tell your http client (in this case Subversion) that your server does support ipv6.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top