Re: svn commit: r1817862 - /subversion/site/staging/docs/release-notes/1.4.html

2017-12-11 Thread Stefan
On 11/12/2017 23:46, luke1...@apache.org wrote: > Author: luke1410 > Date: Mon Dec 11 22:46:17 2017 > New Revision: 1817862 > > URL: http://svn.apache.org/viewvc?rev=1817862&view=rev > Log: > * site/staging/docs/release-notes/1.4.html: Replace a dead link to the > Berkeley DB upgrade guide. > > M

Re: svn commit: r1817775 - /subversion/site/publish/docs/community-guide/releasing.part.html

2017-12-11 Thread Stefan
On 11/12/2017 18:15, Daniel Shahaf wrote: > julianf...@apache.org wrote on Mon, 11 Dec 2017 13:41 +: >> Modified: >> subversion/site/publish/docs/community-guide/releasing.part.html > Could you backport this to staging/ so future changes to staging don't > merge conflict when they are publi

Automating create-a-release-branch

2017-12-11 Thread Julian Foad
I started writing a create-a-release-branch script to automate the part of the procedure documented in http://subversion.apache.org/docs/community-guide/releasing.html#release-branches Attached, in early draft form: tools/dist/create-minor-release-branch.py (contains bits from release.py) Sugg

Re: svn commit: r1817837 - in /subversion/trunk: CHANGES subversion/bindings/javahl/src/org/apache/subversion/javahl/NativeResources.java subversion/include/svn_version.h subversion/tests/cmdline/svnt

2017-12-11 Thread Daniel Shahaf
julianf...@apache.org wrote on Mon, 11 Dec 2017 21:18 +: > Increment the trunk version number, and introduce a new CHANGES > section for the upcoming 1.10.0 release. > +++ > subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/NativeResources.java > Mon Dec 11 21:18:29

Re: 1.10 task: error leaks

2017-12-11 Thread Daniel Shahaf
Julian Foad wrote on Mon, 11 Dec 2017 19:51 +: > Daniel Shahaf wrote: > > I think we should enable this warning by default in maintainer mode in > > supporting compilers, but that's a separate discussion to just fixing > > these error leaks in trunk (& 1.10.x). > > +1. I was going to say that,

Re: 1.10 task: error leaks

2017-12-11 Thread Julian Foad
Daniel Shahaf wrote: [...] svn_element__tree_set(branch->priv->element_tree, old_eid, NULL); svn_element__tree_set(branch->priv->element_tree, new_eid, element); svn_element__tree_set(branch->priv->element_tree, eid, element); svn_element__tree_set(new_subtree, new_sub

Re: 1.10 task: error leaks

2017-12-11 Thread Julian Foad
Daniel Shahaf wrote: The release branch creation checkpoints calls for checking for error leaks, so here's the output of tools/dev/warn-unused-result.sh (after removing the __attribute__ from svn_error__malfunction()): [about 41 instances] Thank you, Daniel! Anyone volunteering to fix them?

1.10 task: error leaks

2017-12-11 Thread Daniel Shahaf
The release branch creation checkpoints calls for checking for error leaks, so here's the output of tools/dev/warn-unused-result.sh (after removing the __attribute__ from svn_error__malfunction()): [[[ subversion/libsvn_delta/branch.c:485:11: warning: ignoring return value of function declared wi

Re: svn commit: r1817775 - /subversion/site/publish/docs/community-guide/releasing.part.html

2017-12-11 Thread Daniel Shahaf
julianf...@apache.org wrote on Mon, 11 Dec 2017 13:41 +: > Modified: > subversion/site/publish/docs/community-guide/releasing.part.html Could you backport this to staging/ so future changes to staging don't merge conflict when they are published? > +++ subversion/site/publish/docs/communi

1.10 task: update 'Roadmap' page

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

Re: Authz suggestion

2017-12-11 Thread Paul Hammant
Jira feature request needed to capture anything from this thread? Maybe not, if plans were already in action anyway...