Re: Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-19 Thread Thomas Singer
On 2017-10-19 10:44, Johan Corveleyn wrote: I have no idea what ISVNClient.getChangelists corresponds to compared with the native 'svn' commandline. But one thing that might be relevant: in the client-side configuration file 'config' there are two properties that can have a big influence here: (

Re: Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-19 Thread Johan Corveleyn
On Thu, Oct 19, 2017 at 8:30 AM, Thomas Singer wrote: > On 18.10.2017 19:56, Branko Čibej wrote: >> >> On 18.10.2017 13:31, Thomas Singer wrote: >>> >>> Hi, >>> >>> When performing following steps on my old Linux test machine (with >>> slow hard disk): >>> >>> - have a SVN working copy at /home/us

Re: Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-19 Thread Branko Čibej
On 19.10.2017 10:07, Thomas Singer wrote: > On 2017-10-19 9:05, Branko Čibej wrote: >> On 19.10.2017 08:30, Thomas Singer wrote: >>> On 18.10.2017 19:56, Branko Čibej wrote: On 18.10.2017 13:31, Thomas Singer wrote: > Hi, > > When performing following steps on my old Linux test mac

Re: Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-19 Thread Thomas Singer
On 2017-10-19 9:05, Branko Čibej wrote: On 19.10.2017 08:30, Thomas Singer wrote: On 18.10.2017 19:56, Branko Čibej wrote: On 18.10.2017 13:31, Thomas Singer wrote: Hi, When performing following steps on my old Linux test machine (with slow hard disk): - have a SVN working copy at /home/user

Re: Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-19 Thread Branko Čibej
On 19.10.2017 08:30, Thomas Singer wrote: > On 18.10.2017 19:56, Branko Čibej wrote: >> On 18.10.2017 13:31, Thomas Singer wrote: >>> Hi, >>> >>> When performing following steps on my old Linux test machine (with >>> slow hard disk): >>> >>> - have a SVN working copy at /home/user/test >>> - sudo a

Re: Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-18 Thread Thomas Singer
On 18.10.2017 19:56, Branko Čibej wrote: On 18.10.2017 13:31, Thomas Singer wrote: Hi, When performing following steps on my old Linux test machine (with slow hard disk): - have a SVN working copy at /home/user/test - sudo apt install nfs-kernel-server - add following line to /etc/exports:  

Re: Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-18 Thread Branko Čibej
On 18.10.2017 13:31, Thomas Singer wrote: > Hi, > > When performing following steps on my old Linux test machine (with > slow hard disk): > > - have a SVN working copy at /home/user/test > - sudo apt install nfs-kernel-server > - add following line to /etc/exports: >   /home/user/test *(rw,sync,no_

Slow ISVNClient.getChangelists on Linux/NFS share

2017-10-18 Thread Thomas Singer
Hi, When performing following steps on my old Linux test machine (with slow hard disk): - have a SVN working copy at /home/user/test - sudo apt install nfs-kernel-server - add following line to /etc/exports: /home/user/test *(rw,sync,no_root_squash) - start the NFS server: sudo systemctl s