Re: [PATCH] issue #4375: provide --password-fd option

2017-12-21 Thread William Orr
Hey there! Sorry for the long delay! I've finally amended the patch to make the recommended fixes. Thanks Index: subversion/include/svn_io.h === --- subversion/include/svn_io.h (revisión: 1818629) +++ subversion/include/svn_io.h (co

Re: [PATCH] release.py: write-changelog function (POC)

2017-12-21 Thread Johan Corveleyn
After some further thought and tweaking, I committed a write-changelog function in r1818988. I tried to make it flexible enough so we can experiment a bit with it. - The "changes labels" can be used as prefix or suffix. - They can be [U:client], [D:api], ... or [U], [D], or simply [] - There's an

RE: svn_dirent_t.size API inconsistency

2017-12-21 Thread Bert Huijben
> -Original Message- > From: Stefan Fuhrmann [mailto:stef...@apache.org] > Sent: donderdag 21 december 2017 16:01 > To: dev@subversion.apache.org > Subject: Re: svn_dirent_t.size API inconsistency > > On 21.12.2017 15:14, Stefan Fuhrmann wrote: > > I think I found an API documentation bu

Re: svn_dirent_t.size API inconsistency

2017-12-21 Thread Stefan Fuhrmann
On 21.12.2017 15:14, Stefan Fuhrmann wrote: I think I found an API documentation bug. svn_types.h specifies for svn_dirent_t.size:   /** length of file text, or 0 for directories */   svn_filesize_t size; However, (almost?) all implementations set it to SVN_INVALID_FILESIZE for directories. Thi

Re: 1.10 task: update 'Roadmap' page

2017-12-21 Thread Julian Foad
Julian Foad wrote: Would anyone volunteer to update   http://subversion.apache.org/roadmap to reflect the current status regarding what's ready for 1.10? I updated it. - Julian

svn_dirent_t.size API inconsistency

2017-12-21 Thread Stefan Fuhrmann
I think I found an API documentation bug. svn_types.h specifies for svn_dirent_t.size:   /** length of file text, or 0 for directories */   svn_filesize_t size; However, (almost?) all implementations set it to SVN_INVALID_FILESIZE for directories. This is also what we do for svn_io_dirent_t.size

Re: list --search matching and Windows *-expansion

2017-12-21 Thread Branko Čibej
On 21.12.2017 14:50, Stefan Fuhrmann wrote: > On 19.12.2017 11:06, Stefan Sperling wrote: >> On Mon, Dec 18, 2017 at 08:59:08PM +, Julian Foad wrote: >>> Stefan Sperling wrote: On Mon, Dec 18, 2017 at 06:01:52PM +, Daniel Shahaf wrote: > Branko Čibej wrote on Mon, 18 Dec 2017 16:24

Re: list --search matching and Windows *-expansion

2017-12-21 Thread Stefan Fuhrmann
On 19.12.2017 11:06, Stefan Sperling wrote: On Mon, Dec 18, 2017 at 08:59:08PM +, Julian Foad wrote: Stefan Sperling wrote: On Mon, Dec 18, 2017 at 06:01:52PM +, Daniel Shahaf wrote: Branko Čibej wrote on Mon, 18 Dec 2017 16:24 +0100: Or use a different set of match chars on Windows i