Hello Eric,

> I realize there are many, many components involved.  My first impulse would
> be to say, "there's something wrong with Ankh or Visual Studio."  Except the
> only thing that I changed yesterday was the VisualSVN Server.  Now, it could
> be a networking thing, blocked ports or whatnot.  Maybe.  But my impression
> is that VisualSVN Server installation makes this "easy" and should be
> handling these things?  I don't know what the server needs.
>
> And the weirdest thing:  how is it that Chrome or Firefox or IE can talk to
> the server no problem but Ankh cannot?

We can narrow down the issue to AnkhSVN since you can access VisualSVN
Server with a command-line client and a web browser. AnkhSVN uses
SharpSVN, non-standard binding of the Subversion Client API, so it
could make the difference why you can connect with command-line client
but AnkhSVN fails.

1. Try to use IPv4 address in URL to access the VisualSVN Server
repository with AnkhSVN. For example,

[[
http://192.168.1.1:8080/svn/Main/
]]

2. Ping the VisualSVN Server using default parameters and forcing to
use IPv4 and IPv6, show us results:

[[
ping [servername].[companydomain].local
ping -4 [servername].[companydomain].local
ping -6 [servername].[companydomain].local
]]

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at http://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to