looking for svn consultant to help solve setup/config problem

2020-12-03 Thread Joe Strout
I've got a svn server running on a linux VPS. It works, but it is often very very slow... like, 15 minutes to commit a 5 MB file. Often it times out completely, and we have to svn cleanup and try again. There is nothing else running on that virtual machine, and we've checked with the hosting

svn log says text-mods="true" but there are no diffs

2020-12-03 Thread Vincent Lefevre
I get the following: $ svn log --xml -v -r 1984 https://scm.gforge.inria.fr/anonscm/svn/mpfr vlefevre 2002-07-23T16:22:08.00Z /trunk/mul.c Fixed permissions. I'm wondering why text-mods="true" while svn diff -c 1984 https://scm.gforge.inria.fr/anonscm/svn/mpfr shows no diffs. -- V