Re: Interested in making 'svn st' 10x faster?

2021-04-08 Thread Stefan Fuhrmann
On 06.04.21 21:14, Daniel Shahaf wrote: Stefan Fuhrmann wrote on Mon, Apr 05, 2021 at 21:17:23 +0200: +static svn_error_t *output_processed( + svn_task__t **task, + svn_cancel_func_t cancel_func, + void *cancel_baton, + apr_pool_t *result_pool, + apr_pool_t *scratch_pool) +{ +

Re: svn commit: r1886494 - /subversion/site/staging/docs/community-guide/releasing.part.html

2021-04-08 Thread Daniel Sahlberg
Den tis 16 feb. 2021 kl 16:20 skrev Daniel Sahlberg < daniel.l.sahlb...@gmail.com>: > Den tis 16 feb. 2021 kl 12:44 skrev Daniel Sahlberg > : > >> P.S. While reviewing this I noticed that > >> https://subversion-staging.apache.org/favicon.ico is different to > >>

Re: svn commit: r1888446 - /subversion/trunk/subversion/include/private/svn_task.h

2021-04-08 Thread Stefan Fuhrmann
On 07.04.21 06:47, Nathan Hartman wrote: On Tue, Apr 6, 2021 at 2:37 PM wrote: URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_task.h?rev=1888446=auto [snip] A couple of really minor nits: + * During execution, a task may add further sub-tasks -

Review of task.c as of svn commit: r1888520 - in /subversion/trunk: build.conf subversion/libsvn_subr/task.c

2021-04-08 Thread Daniel Shahaf
Good morning Stefan, stef...@apache.org wrote on Thu, Apr 08, 2021 at 14:35:52 -: > Initial, single-theaded implementation of the svn_task__t API. I've committed some minor fixes in r1888533. Most of them are straightforward but please double check that all the apostrophes are where they