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
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
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
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 .
>>
>>
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
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
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
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 /
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
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
10 matches
Mail list logo