Re: Subversion 1.6.7 on Dec. 16.

2009-12-14 Thread Hyrum K. Wright
On Dec 2, 2009, at 6:39 PM, Hyrum K. Wright wrote: > Hi all. > > Gather up your holiday cheer, for I would like to propose a gift to the > Subversion user community: Subversion 1.6.7. I know that folks have been > busy with the ASF transition as of late, but our users have been busy finding

Re: `svn co` fails with 'svn: unable to open database file'

2009-12-14 Thread Stefan Sperling
On Mon, Dec 14, 2009 at 07:59:10PM +0100, Arfrever Frehtes Taifersar Arahesis wrote: > One of our users reported the bug in Subversion trunk in checking out > of Gentoo's "sunrise" supplemental repository. I can reproduce this problem: > $ svn co svn://overlays.gentoo.org/proj/sunrise/reviewed su

Re: apr pools & memory leaks (revisited, if briefly)

2009-12-14 Thread Stefan Sperling
On Mon, Dec 14, 2009 at 10:42:23AM -0800, Paul Querna wrote: > The attempt to change back to native malloc/free was kicked off by > Ben's report. We had it in trunk for more than 2 months, we tried > optimizing it, but we just couldn't get it reliably into the same > level of performance. Would y

Re: svn commit: r40041 - branches/1.6.x

2009-12-14 Thread Paul Burba
On Wed, Oct 14, 2009 at 8:23 PM, Julian Foad wrote: > Author: julianfoad > Date: Wed Oct 14 18:23:05 2009 > New Revision: 40041 > > Log: > * STATUS: Update my review status on r39019. > > Modified: >   branches/1.6.x/STATUS > > Modified: branches/1.6.x/STATUS > URL: > http://svn.collab.net/viewvc

`svn co` fails with 'svn: unable to open database file'

2009-12-14 Thread Arfrever Frehtes Taifersar Arahesis
One of our users reported the bug in Subversion trunk in checking out of Gentoo's "sunrise" supplemental repository. I can reproduce this problem: $ svn co svn://overlays.gentoo.org/proj/sunrise/reviewed sunrise ... Asunrise/app-misc/rainlendar-lite Asunrise/app-misc/rainlendar-lite/metada

Re: apr pools & memory leaks (revisited, if briefly)

2009-12-14 Thread Paul Querna
On Mon, Dec 14, 2009 at 10:26 AM, Justin Erenkrantz wrote: > Just to note - in Amsterdam earlier this year, the APR/httpd folks > ripped out pools and replaced it with a straight malloc/free > implementation and the performance across the board was horrific even > with the "best" malloc replacemen

Re: apr pools & memory leaks (revisited, if briefly)

2009-12-14 Thread C. Michael Pilato
Justin Erenkrantz wrote: > On Mon, Dec 14, 2009 at 10:34 AM, C. Michael Pilato > wrote: >> Mark Phippard tipped me off to this. >> >> Glad to hear that APR folk took the report seriously enough to investigate >> the matter. Did anyone there happen to look at the fact that MaxMemFree >> seems to

Re: apr pools & memory leaks (revisited, if briefly)

2009-12-14 Thread Justin Erenkrantz
On Mon, Dec 14, 2009 at 10:34 AM, C. Michael Pilato wrote: > Mark Phippard tipped me off to this. > > Glad to hear that APR folk took the report seriously enough to investigate > the matter.  Did anyone there happen to look at the fact that MaxMemFree > seems to not work at all, or that pools appe

Re: apr pools & memory leaks (revisited, if briefly)

2009-12-14 Thread C. Michael Pilato
Mark Phippard tipped me off to this. Glad to hear that APR folk took the report seriously enough to investigate the matter. Did anyone there happen to look at the fact that MaxMemFree seems to not work at all, or that pools appear not to be automagically defragmentable? Justin Erenkrantz wrote:

Re: apr pools & memory leaks (revisited, if briefly)

2009-12-14 Thread Blair Zajac
On 12/14/2009 08:23 AM, C. Michael Pilato wrote: Some time ago, Ben Collins-Sussman shared with us some of the Google teams' findings about APR's memory subsystem[1]. In his mail, he says (among other things) the following: Are there any plans to get this into APR upstream? I could definitely

Re: apr pools & memory leaks (revisited, if briefly)

2009-12-14 Thread Justin Erenkrantz
Just to note - in Amsterdam earlier this year, the APR/httpd folks ripped out pools and replaced it with a straight malloc/free implementation and the performance across the board was horrific even with the "best" malloc replacement libraries. So, that code was reverted...see: http://mail-archive

Re: [PATCH] Allow to build with full path to neon-config.

2009-12-14 Thread Arfrever Frehtes Taifersar Arahesis
2009-12-14 18:56:50 Philip Martin napisał(a): > Alexander Thomas writes: > > > On Mon, 2009-12-14 at 13:47 +, Philip Martin wrote: > >> Alexander Thomas writes: > >> > >> > [[[ > >> > Allow build against the full path to neon-config. > >> > > >> > * build/ac-macros/neon.m4 > >> > (SVN_LIB

Re: [PATCH] Allow to build with full path to neon-config.

2009-12-14 Thread Philip Martin
Alexander Thomas writes: > On Mon, 2009-12-14 at 13:47 +, Philip Martin wrote: >> Alexander Thomas writes: >> >> > [[[ >> > Allow build against the full path to neon-config. >> > >> > * build/ac-macros/neon.m4 >> > (SVN_LIB_NEON): Modified to accept full path to neon-config. Fixed doc >>

Re: [PATCH] Allow to build with full path to neon-config.

2009-12-14 Thread Alexander Thomas
On Mon, 2009-12-14 at 13:47 +, Philip Martin wrote: > Alexander Thomas writes: > > > [[[ > > Allow build against the full path to neon-config. > > > > * build/ac-macros/neon.m4 > > (SVN_LIB_NEON): Modified to accept full path to neon-config. Fixed doc > > string accordingly. > > ]]] > >

apr pools & memory leaks (revisited, if briefly)

2009-12-14 Thread C. Michael Pilato
Some time ago, Ben Collins-Sussman shared with us some of the Google teams' findings about APR's memory subsystem[1]. In his mail, he says (among other things) the following: Over at Google, we simply hacked APR to *never* hold on to blocks for recycling. Essentially, this makes apr_pool_de

Re: [PATCH] Fix warning PRJ0009 when building with Visual Studio

2009-12-14 Thread masaru tsuchiyama
Thanks. Masaru. 2009/12/14 Bert Huijben : >> -Original Message- >> From: masaru tsuchiyama [mailto:m.tma...@gmail.com] >> Sent: zaterdag 12 december 2009 13:36 >> To: Stefan Sperling >> Cc: Hyrum K. Wright; dev@subversion.apache.org >> Subject: Re: [PATCH] Fix warning PRJ0009 when building

Re: svn commit: r890279 - /subversion/trunk/subversion/libsvn_fs_base/revs-txns.c

2009-12-14 Thread C. Michael Pilato
Julian. I want to draw your attention to something that you may or may not realize about designing for the BDB backend. The 'trail' objects are (generally) representative of Berkeley DB transactions -- that part I'm sure you know. But you might not realize the value of keeping transactions as sma

Re: mod_dav_svn not XML-escaping hook error messages

2009-12-14 Thread Julian Foad
Jon Foster wrote: > I'd like to report a problem with mod_dav_svn and repository > hooks. I had a bug in my post-revprop-change script, but all I > saw was: > > > $ svn propedit --revprop -r 19 svn:log > > svn: DAV request failed; it's possible that the repository's > > pre-revprop-change hook ei

Re: [PATCH] Allow to build with full path to neon-config.

2009-12-14 Thread Philip Martin
Alexander Thomas writes: > [[[ > Allow build against the full path to neon-config. > > * build/ac-macros/neon.m4 > (SVN_LIB_NEON): Modified to accept full path to neon-config. Fixed doc > string accordingly. > ]]] What's the rationale for this change? Does it fix something? -- Philip

RE: [PATCH] Fix warning PRJ0009 when building with Visual Studio

2009-12-14 Thread Bert Huijben
> -Original Message- > From: masaru tsuchiyama [mailto:m.tma...@gmail.com] > Sent: zaterdag 12 december 2009 13:36 > To: Stefan Sperling > Cc: Hyrum K. Wright; dev@subversion.apache.org > Subject: Re: [PATCH] Fix warning PRJ0009 when building with Visual Studio > > Hi. > > I'll send the p

mod_dav_svn not XML-escaping hook error messages

2009-12-14 Thread Jon Foster
Hi, I'd like to report a problem with mod_dav_svn and repository hooks. I had a bug in my post-revprop-change script, but all I saw was: > $ svn propedit --revprop -r 19 svn:log > svn: DAV request failed; it's possible that the repository's > pre-revprop-change hook either failed or is non-exist

[PATCH] Allow to build with full path to neon-config.

2009-12-14 Thread Alexander Thomas
[[[ Allow build against the full path to neon-config. * build/ac-macros/neon.m4 (SVN_LIB_NEON): Modified to accept full path to neon-config. Fixed doc string accordingly. ]]] -Alexander Thomas(AT) Index: build/ac-macros/neon.m4