Re: [RFC/PATCH] svnadmin: recover/hotcopy erroring out for old FSFS repositories

2014-01-26 Thread Stefan Fuhrmann
On Thu, Jan 23, 2014 at 11:00 AM, Evgeny Kotkov wrote: > Hi, > > I've noticed that svnadmin recover and hotcopy commands are broken for old > repositories around trunk@1560210. The problem can be reproduced by > creating > a new --compatible-version=1.3 / 1.2 / 1.1 FSFS repository, doing somethi

reproduction script into a test

2014-01-26 Thread r . mbiama
/* * svn_test_main.srv47: shared main() & friends for SVN test-suite programs * * *Licensed to the Apache Software Foundation (ASF) under one *or more contributor license agreements. See the NOTICE file *dis

[svnbench] Revision: 1561573 compiled Jan 27 2014, 00:22:06 on x86_64-unknown-linux-gnu

2014-01-26 Thread neels
1.8.0@1492600 vs. trunk@1561570 Started at Mon Jan 27 00:27:19 UTC 2014 *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: svn commit: r1561570 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

2014-01-26 Thread Stefan Fuhrmann
On Mon, Jan 27, 2014 at 12:48 AM, Bert Huijben wrote: > > > > -Original Message- > > From: stef...@apache.org [mailto:stef...@apache.org] > > Sent: maandag 27 januari 2014 00:00 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1561570 - > > /subversion/trunk/subversion/libs

Re: [PATCH] Reduce the lifetime of open files within core FSFS7 routines

2014-01-26 Thread Evgeny Kotkov
> NOTE: It looks like FSX suffers from the same kind of problem. There are 77 > failing tests from the standalone suite (client-test.exe, fs-test.exe, ...) > and > any attempt to run the Python tests (basic_tests.py, ...) immediately fails > during the greek tree initialization phase. I guess I

RE: svn commit: r1561570 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

2014-01-26 Thread Bert Huijben
> -Original Message- > From: stef...@apache.org [mailto:stef...@apache.org] > Sent: maandag 27 januari 2014 00:00 > To: comm...@subversion.apache.org > Subject: svn commit: r1561570 - > /subversion/trunk/subversion/libsvn_ra_svn/marshal.c > > Author: stefan2 > Date: Sun Jan 26 22:59:29 2

Re: If anyone is considering upgrading their development machine to OSX 10.9 ...

2014-01-26 Thread Ben Reser
On 1/26/14, 9:26 AM, Branko Čibej wrote: > That only ends up giving me this error message: > > Can't install the software because it is not currently available from the > Software Update server. > > Apparently, this happens to people like me who already had XCode 5.x > installed before upgrading

Re: If anyone is considering upgrading their development machine to OSX 10.9 ...

2014-01-26 Thread Branko Čibej
On 26.01.2014 08:00, Ben Reser wrote: > On 1/25/14, 8:59 PM, Branko Čibej wrote: >> That was the first thing I tried, but the latest XCode doesn't offer that >> option any longer on Mavericks. >> >> Hmm ... they can apparently be downloaded separately. Let me try that ... > I've moved all my machin

Re: svn commit: r1561387 - in /subversion/trunk/subversion: bindings/javahl/native/ include/ libsvn_ra_svn/ svnserve/ tests/libsvn_ra/

2014-01-26 Thread Branko Čibej
Following up from irc: > [23:23] brane: Any ideas for a better api? One problem is that > ra_svn already abuses a stream in the same way internally... so > exposing that is not really helping. > [23:24] brane: And inventing yet another stream api... Yuck. > [23:25] (but if we do introduce a new