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

Re: svn log out of memory

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 26 Jul 2016 15:27:41 +0200

On Tue, Jul 26, 2016 at 01:10:20PM +0000, Niemann, Hartmut wrote:
> 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.itm -r3340
>
> r3340 | e09dueu0 | 2016-02-19 13:31:58 +0100 (Fr, 19 Feb 2016) | 2571 lines
> svn: E720008: Write error: Für diesen Befehl ist nicht genügend Speicher verfügbar.
>
> The XML output works fine:
>
> D:\>svn log ZD.itm -r3340 --xml
>
> Why does svn log fail on the text output but handles the same amount if it is XML?

Unlike the XML code path, the normal code path runs the message through
apr_pvsprintf(). Given this observation, the bug you're looking for might
be in APR.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3180237

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-07-26 15:28:07 CEST

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

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