Hanging tests mergeinfo-test.exe 12, 15 and skel-test.exe 4 on WinXP with VS2010 release build

2012-11-04 Thread Johan Corveleyn
Before I look into this further, I'd like to know if anyone else has seen this or can reproduce this (or doesn't reproduce this with a similar environment) ... Tests 12 and 15 of mergeinfo-test.exe and test 4 of skel-test.exe hang on my machine (i.e. they don't do anything useful anymore, but do f

[svnbench] Revision: 1405681 compiled Nov 5 2012, 00:21:40 on x86_64-unknown-linux-gnu

2012-11-04 Thread neels
1.7.0@1181106 vs. trunk@1405553 Started at Mon Nov 5 00:25:05 UTC 2012 *DISCLAIMER* - This tests only file://-URL access on a GNU/Linux VM. This is intended to measure changes in performance of the local working copy layer, *only*. These results are *not* generally true for everyone. Charts of t

Re: Authz on Collection of Repositories

2012-11-04 Thread Thomas Åkesson
Thanks Ivan for your work. I have very little experience with the svn codebase so my review is probably not very valuable. Anyway. looks good to me. I have meant to set up a test server with our reference configuration to validate the patch under realistic circumstances. Unfortunately, the SLES

Re: svn commit: r1405539 - /subversion/trunk/subversion/bindings/javahl/native/

2012-11-04 Thread Blair Zajac
On 11/04/2012 04:48 AM, stef...@apache.org wrote: Author: stefan2 Date: Sun Nov 4 12:47:59 2012 New Revision: 1405539 URL: http://svn.apache.org/viewvc?rev=1405539&view=rev Log: Make all explicit casts, i.e. those not inside some APR macro, use the C++ cast operators static_cast, const_cast and

Re: svn commit: r1400498 - /subversion/trunk/subversion/svnadmin/main.c

2012-11-04 Thread Stefan Fuhrmann
On Sun, Oct 21, 2012 at 9:42 PM, Daniel Shahaf wrote: > stef...@apache.org wrote on Sat, Oct 20, 2012 at 18:35:24 -: > > Author: stefan2 > > Date: Sat Oct 20 18:35:24 2012 > > New Revision: 1400498 > > > > URL: http://svn.apache.org/viewvc?rev=1400498&view=rev > > Log: > > On systems without e

Re: svn commit: r1405517 - in /subversion/trunk/subversion/bindings/javahl/native: CopySources.cpp CreateJ.cpp SVNClient.cpp StringArray.cpp Targets.cpp

2012-11-04 Thread Branko Čibej
On 04.11.2012 12:37, Blair Zajac wrote: > On Nov 4, 2012, at 2:14 AM, stef...@apache.org wrote: > >> Author: stefan2 >> Date: Sun Nov 4 10:14:56 2012 >> New Revision: 1405517 >> >> URL: http://svn.apache.org/viewvc?rev=1405517&view=rev >> Log: >> Silence integer size conversion warnings in JavaHL

Re: svn commit: r1405517 - in /subversion/trunk/subversion/bindings/javahl/native: CopySources.cpp CreateJ.cpp SVNClient.cpp StringArray.cpp Targets.cpp

2012-11-04 Thread Blair Zajac
On Nov 4, 2012, at 2:14 AM, stef...@apache.org wrote: > Author: stefan2 > Date: Sun Nov 4 10:14:56 2012 > New Revision: 1405517 > > URL: http://svn.apache.org/viewvc?rev=1405517&view=rev > Log: > Silence integer size conversion warnings in JavaHL under Win64 by casting > the values explicitly.

Re: Race in svn_atomic_namespace__create

2012-11-04 Thread Stefan Sperling
On Wed, Oct 31, 2012 at 03:24:10PM +0100, Stefan Fuhrmann wrote: > On Wed, Oct 31, 2012 at 2:54 PM, Philip Martin > wrote: > > > Philip Martin writes: > > > > > Stefan Fuhrmann writes: > > > > > >> Excellent analysis, Philip! With r1404112, we use "plain" > > >> APR mmap code with almost no codi