[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN access became slow

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 5 Jun 2018 12:12:20 +0200

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'.
Received on 2018-06-05 12:12:57 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.