Re: Subversion svn+ssh, sshd 100% CPU

2017-09-12 Thread Matt Simmons
Why does iostat show? Could it be that your underlying disk is io-saturated and your CPU spike is due to iowait? On Tue, Sep 12, 2017 at 12:14 PM Zoran Petkovic wrote: > In the past few days I have been doing extensive testing of Subversion > with different clients, operating systems, client a

Subversion svn+ssh, sshd 100% CPU

2017-09-12 Thread Zoran Petkovic
In the past few days I have been doing extensive testing of Subversion with different clients, operating systems, client and server versions and have noticed very strange behaviour with windows clients connecting to Linux servers, hitting them with excessive CPU usage on the sshd process, where

Re: SVN 1.9.7: issues with symlinks to subdir of working copy

2017-09-12 Thread Branko Čibej
On 12.09.2017 16:12, sebb wrote: > I have a directory containing links to SVN directories that I want to update. > > In some cases the link is to the root of the workspace, and in some > cases the link is to a subdir. > > $ mkdir TEST > $ cd TEST > $ svn co http://svn.apache.org/repos/asf/subversio

SVN 1.9.7: issues with symlinks to subdir of working copy

2017-09-12 Thread sebb
I have a directory containing links to SVN directories that I want to update. In some cases the link is to the root of the workspace, and in some cases the link is to a subdir. $ mkdir TEST $ cd TEST $ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion $ ln -s subversion top $ ln