[svnbench] Revision: 1463069 compiled Apr 1 2013, 00:22:00 on x86_64-unknown-linux-gnu

2013-03-31 Thread neels
1.7.0@1181106 vs. trunk@1462907 Started at Mon Apr 1 00:26:11 UTC 2013 *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: [PATCH] run_test.py appearance changes

2013-03-31 Thread Daniel Shahaf
Gabriela Gibson wrote on Sun, Mar 31, 2013 at 23:27:48 +0100: > [[[ > Disable ANSI color for dumb terminals, format terminal test output. > > * build/run_tests.py > (TestHarness): Add test condition, format terminal output. > > ]]] > > I disabled color conditionally for dumb terminals because the

Re: [PATCH] Change label strings in svn up to match svn diff

2013-03-31 Thread Gabriela Gibson
On 31/03/13 00:39, Daniel Shahaf wrote: Gabriela Gibson wrote on Sat, Mar 30, 2013 at 21:31:31 +: Code inspection tells me that oldrev_str can become the @a suffix parameter to the svn_io_open_uniquely_named() call in preserve_pre_merge_files(), in which case [\t ()] are all inappropriate

[PATCH] run_test.py appearance changes

2013-03-31 Thread Gabriela Gibson
[[[ Disable ANSI color for dumb terminals, format terminal test output. * build/run_tests.py (TestHarness): Add test condition, format terminal output. ]]] I disabled color conditionally for dumb terminals because the control characters are displayed in the raw in those. Index: build/run_

Re: Windows sigs

2013-03-31 Thread Ben Reser
Thanks guys for being so on the ball with getting the testing and signatures taken care of for the Windows side. On Sun, Mar 31, 2013 at 3:57 AM, Ivan Zhakov wrote: > On Sun, Mar 31, 2013 at 12:53 PM, Johan Corveleyn wrote: >> I think I can still compile (and test) 1.6.x, so I'll probably be abl

Re: 1.8 new public API review (mostly) complete.

2013-03-31 Thread Daniel Shahaf
Ben Reser wrote on Sun, Mar 31, 2013 at 00:24:56 -0700: > On Fri, Mar 29, 2013 at 1:17 PM, C. Michael Pilato > wrote: > > Please note especially the section labeled "Reviewed But Need Further > > Attention". In it, I call out some of the stuff about which I couldn't come > > to clear and obvious

Re: Working copy locked when using CTRL-C at password prompt

2013-03-31 Thread Branko Čibej
On 31.03.2013 13:52, Geoff Swift wrote: > Hi, > > Here's something I consider a bug, it's certainly an annoyance / > usability issue. > > Steps: > 1) Start making a commit using the command line client:svn ci -m Whatever > 2) When prompted for password press CTRL+C to quit. > > Having quit successf

Working copy locked when using CTRL-C at password prompt

2013-03-31 Thread Geoff Swift
Hi, Here's something I consider a bug, it's certainly an annoyance / usability issue. Steps: 1) Start making a commit using the command line client:svn ci -m Whatever 2) When prompted for password press CTRL+C to quit. Having quit successfully, I subsequently discover my working copy is locke

Re: Windows sigs

2013-03-31 Thread Ivan Zhakov
On Sun, Mar 31, 2013 at 12:53 PM, Johan Corveleyn wrote: > I think I can still compile (and test) 1.6.x, so I'll probably be able to > provide the 3rd sig for 1.6.21. But then I'll hold off on testing 1.7.9. > Maybe someone else can take care of the 3rd sig for 1.7.9 then ... > > Of course, if som

Re: Disabling ffd->svn_cache__t Re: svn commit: r1462413 - in /subversion/trunk/subversion: include/svn_fs.h libsvn_fs_fs/fs_fs.c

2013-03-31 Thread Stefan Fuhrmann
On Fri, Mar 29, 2013 at 8:04 PM, Daniel Shahaf wrote: > Stefan Fuhrmann wrote on Fri, Mar 29, 2013 at 11:45:23 +0100: > > On Fri, Mar 29, 2013 at 7:19 AM, Daniel Shahaf > wrote: > > > > > I have a function that looks like this: > > > > > > static svn_error_t *f(svn_fs_t *fs) > > > { > >

Re: svn commit: r1461865 - in /subversion/branches/fsfs-format7/subversion: include/private/svn_packed_data.h include/svn_error_codes.h libsvn_subr/packed_data.c

2013-03-31 Thread Stefan Fuhrmann
On Thu, Mar 28, 2013 at 10:57 AM, Daniel Shahaf wrote: > stef...@apache.org wrote on Wed, Mar 27, 2013 at 21:53:02 -: > > Author: stefan2 > > Date: Wed Mar 27 21:52:57 2013 > > New Revision: 1461865 > > > > URL: http://svn.apache.org/r1461865 > > Log: > > On the fsfs-format7: Introduce a fram

Windows sigs

2013-03-31 Thread Johan Corveleyn
I think I can still compile (and test) 1.6.x, so I'll probably be able to provide the 3rd sig for 1.6.21. But then I'll hold off on testing 1.7.9. Maybe someone else can take care of the 3rd sig for 1.7.9 then ... Of course, if someone is already working on the 3rd Windows sig for both releases, p

Re: 1.8 new public API review (mostly) complete.

2013-03-31 Thread Ben Reser
On Fri, Mar 29, 2013 at 1:17 PM, C. Michael Pilato wrote: > Please note especially the section labeled "Reviewed But Need Further > Attention". In it, I call out some of the stuff about which I couldn't come > to clear and obvious conclusion/solution/etc. Please take a moment to > review that se