Authentication problem with clients > 1.7.22

2016-07-27 Thread Krzysztof Smiechowicz
Hi All, We are having problems accessing our svn server via https with client newer than 1.7.22 - 1.8.16 and 1.9.3 to be specific. The problem is that the newer clients come up with authentication request during svn checkout which after entering correct password fails. The authentication comes

Re: svn merge --record-only and svn log -g

2016-07-27 Thread Stefan Hett
On 7/27/2016 6:18 PM, Philippe Combes wrote: Dear Subversion users, The root cause of my question is the need to automatically process the commit logs to generate a proper ChangeLog. In order to really list all modifications done, I have got to use svn log --use-merge-history. Since this command

svn merge --record-only and svn log -g

2016-07-27 Thread Philippe Combes
Dear Subversion users, The root cause of my question is the need to automatically process the commit logs to generate a proper ChangeLog. In order to really list all modifications done, I have got to use svn log --use-merge-history. Since this command is based on the property svn:mergeinfo, it lis

RE: svnserve takes too much memory for "svn blame"

2016-07-27 Thread Bert Huijben
> -Original Message- > From: Vincent Lefevre [mailto:vincent-...@vinc17.net] > Sent: woensdag 27 juli 2016 02:36 > To: users@subversion.apache.org > Subject: svnserve takes too much memory for "svn blame" > > When I do "svn blame" on some file (36972 lines), svnserve takes > more than 80

Re: svn log out of memory

2016-07-27 Thread Ivan Zhakov
2016-07-26 16:10 GMT+03:00 Niemann, Hartmut : > > Hello! > The command line client of Tortoise Subversion: > > D:\>svn --version > svn, version 1.9.4 (r1740329) > >compiled Apr 24 2016, 15:40:35 on x86-microsoft-windows > > runs out of memory on a very long commit message: > > D:\>svn log ZD.it

Re: svnserve takes too much memory for "svn blame"

2016-07-27 Thread Stefan Hett
Hi Vincent, On 7/27/2016 2:36 AM, Vincent Lefevre wrote: When I do "svn blame" on some file (36972 lines), svnserve takes more than 800 MB on the server (and is killed due to lack of memory). So, it seems that svnserve is inefficient in terms of memory usage (that's at least 22 KB per line!). sv