zsh completion updates (was: Re: Bash completion updates)

2017-12-08 Thread Daniel Shahaf
Julian Foad wrote on Fri, Dec 08, 2017 at 12:55:02 +: > Anyone fancy updating the completions for 'svnlook' and 'svnsync' which are > still out of date, and 'svnrdump' which is missing? I'll take this opportunity to point out that svn* completion for zsh is maintained in the zsh repository

1.10-dev doxygen not rebuilt recently

2017-12-08 Thread Daniel Shahaf
https://subversion.apache.org/docs/#next-release links to https://people.apache.org/~brane/svndocs/capi/ which was last rebuilt in March 2016. Could we get the cron job running again? I guess we should migrate it to svn-qavm since minotaur(people) is to be decommissioned. Brane — was there more

Bash completion updates

2017-12-08 Thread Julian Foad
'./tools/client-side/bash_completion_test' now checks our Bash completion on all svn-like commands -- svnadmin, svndumpfilter, svnlook, svnrdump, svnsync -- as well as 'svn' itself, as of r1817491. (Not svnserve or svnversion, as those have different forms of commands and help output.) I

Re: svn_client_status6() and svn_client_patch_func_t doc strings

2017-12-08 Thread Troy Curtis Jr
On Fri, Dec 8, 2017, 3:49 AM Julian Foad wrote: > Troy Curtis Jr wrote: > > Julian Foad wrote: > > [[[ > > Index: subversion/include/svn_client.h > > === > > --- subversion/include/svn_client.h

Re: [PATCH] Use the `WITHOUT ROWID` SQLite optimization for rep-cache.db

2017-12-08 Thread Branko Čibej
On 08.12.2017 12:40, Evgeny Kotkov wrote: > Bert Huijben writes: > >>> The recent SQLite versions (starting from 3.8.2, released in December 2013) >>> feature a `WITHOUT ROWID` optimization [1] that can be enabled when >>> creating a table. In short, it works well for tables that

Re: [PATCH] Use the `WITHOUT ROWID` SQLite optimization for rep-cache.db

2017-12-08 Thread Evgeny Kotkov
Bert Huijben writes: >> The recent SQLite versions (starting from 3.8.2, released in December 2013) >> feature a `WITHOUT ROWID` optimization [1] that can be enabled when >> creating a table. In short, it works well for tables that have non-integer >> primary keys, such as >> >>

RE: [PATCH] Use the `WITHOUT ROWID` SQLite optimization for rep-cache.db

2017-12-08 Thread Bert Huijben
> -Original Message- > From: Evgeny Kotkov [mailto:evgeny.kot...@visualsvn.com] > Sent: donderdag 30 november 2017 17:45 > To: dev@subversion.apache.org > Subject: [PATCH] Use the `WITHOUT ROWID` SQLite optimization for rep- > cache.db > > Hi all, > > The recent SQLite versions

Re: svn_client_status6() and svn_client_patch_func_t doc strings

2017-12-08 Thread Julian Foad
Troy Curtis Jr wrote: Julian Foad wrote: [[[ Index: subversion/include/svn_client.h === --- subversion/include/svn_client.h     (revision 1817399) +++ subversion/include/svn_client.h     (working copy) @@