On Tue, Jun 05, 2018 at 10:16:15AM +0200, Johannes van der Vegt wrote:
> Hi group,
> 
>  
> 
> Suddenly SVN access became very slow on my PC. Before, everything ran fine.
> 
>  
> 
> We have a small company network.
> 
> *     "Server" PC: Win10 Pro (1709), runs the svnserve.exe service,
> version 1.10.0
> *     My PC: Win10Pro (1803), using SVN 1.10.0-dev (Apr 14, 2018)
> *     Other PC: Win10Pro (1803)
> 
>  
> 
> When I run "svn info svn://server/RepoPath", I need to wait very long (over
> 40 seconds) before I get the response.
> 
> When I use the server's specific IPv4 address, it responds immediately.
> 
> When I use the server's specific IPv6 address, I get errors:

svnserve supports either IPv4 or IPv6, but not both at the same time.
You could run two svnserve processes, one for IPv4 and one for IPv6.
There is a '--prefer-ipv6' option which makes svnserve use IPv6 instead
of IPv4, see the output 'svnserve --help'.

Reply via email to