Re: named_atomic review

2012-11-25 Thread Stefan Fuhrmann
On Mon, Nov 19, 2012 at 6:24 PM, Daniel Shahaf wrote: > A few questions about named_atomic.c: > > Index: subversion/libsvn_subr/named_atomic.c > === > --- subversion/libsvn_subr/named_atomic.c (revision 1411269) > +++ subversion

Re: r1397773 - rep-sharing in a txn - subversion/libsvn_fs_fs/fs_fs.c

2012-11-25 Thread Stefan Fuhrmann
On Mon, Nov 19, 2012 at 7:30 PM, Ben Reser wrote: > On Mon, Nov 19, 2012 at 6:43 AM, Stefan Fuhrmann > wrote: > > A crashed writer process may leave a corrupt protorev and / or > > other incomplete files. There is no atomic incremental change > > here. The caller (client) using the crashed proce

1.9 Development branches

2012-11-25 Thread Stefan Fuhrmann
Hi all, Over the last two weeks or so I developed some ideas / initial designs for things I'd like to do for 1.9. Although some are fairly large in scope and others may not receive many commits over course of the next weeks, I still like to open the following branches to have a place to realize /

Test code coverage

2012-11-25 Thread Stefan Fuhrmann
Hi there, I was wondering whether we could have one or two of our UNIX build bots create a code coverage profile and make the results available online. Here is what I use in my test runner script: [[[ env CFLAGS='-fprofile-arcs -ftest-coverage' ./configure --disable-shared --enable-maintainer-mo

Re: [RFC] svn propset should require 'force' to set unknown svn: propnames

2012-11-25 Thread Julian Foad
Branko Čibej wrote: > The latest change takes account of property name similarity. So for example, > >     svn propset svn:foobar . > > will emit an error but will not suggest an alternative spelling, whereas > >     svn propset svn:ignores . > > will suggest two, svn:ignore and svn:global-ign

[svnbench] Revision: 1413451 compiled Nov 26 2012, 00:21:52 on x86_64-unknown-linux-gnu

2012-11-25 Thread neels
1.7.0@1181106 vs. trunk@1413449 Started at Mon Nov 26 00:25:18 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: [RFC] svn propset should require 'force' to set unknown svn: propnames

2012-11-25 Thread Branko Čibej
On 25.11.2012 23:30, Julian Foad wrote: > Branko Čibej wrote: > >> The latest change takes account of property name similarity. So for example, >> >> svn propset svn:foobar . >> >> will emit an error but will not suggest an alternative spelling, whereas >> >> svn propset svn:ignores . >> >>

Re: svn commit: r1413482 - /subversion/trunk/subversion/libsvn_subr/string.c

2012-11-25 Thread Branko Čibej
On 26.11.2012 06:27, br...@apache.org wrote: > Author: brane > Date: Mon Nov 26 05:27:20 2012 > New Revision: 1413482 > > URL: http://svn.apache.org/viewvc?rev=1413482&view=rev > Log: > Factor the svn_stringbuf_t and svn_membuf_t implementation to a common code > base. > > * subversion/libsvn_subr

Re: [PATCH] Implement '--include-externals' option to 'svn list'

2012-11-25 Thread vijay
On Tuesday 13 November 2012 03:02 AM, Stefan Sperling wrote: Attached the updated patch and log message. + /* Notify that we're about to handle an external. */ + SVN_ERR(list_func(baton, NULL, NULL, NULL, NULL, +externals_parent_url, +i

[PATCH] Remove unused code in svn/list-cmd.c

2012-11-25 Thread vijay
Hi, This patch removes the dead code in subversion/svn/list-cmd.c. '--verbose' option is not valid in XML listing mode. The code will error out in svn_cl__list() itself when '--verbose' is combined with '--xml'. Attached the patch and log message. Thanks & Regards, Vijayaguru Index: subversi