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

2018-07-09 Thread Stefan
On 06/07/2018 20:04, Daniel Shahaf wrote: > luke1...@apache.org wrote on Thu, Jul 05, 2018 at 21:13:37 -: >> +++ subversion/site/publish/docs/community-guide/releasing.part.html Thu Jul >> 5 21:13:36 2018 >> @@ -975,22 +975,19 @@ in the same directory as the tarballs.> +policy, we require

svn commit: r1835498 - in /subversion/site/staging: ./ docs/community-guide/releasing.part.html

2018-07-09 Thread luke1410
Author: luke1410 Date: Mon Jul 9 21:19:59 2018 New Revision: 1835498 URL: http://svn.apache.org/viewvc?rev=1835498=rev Log: Sync merge from publish to staging. Modified: subversion/site/staging/ (props changed) subversion/site/staging/docs/community-guide/releasing.part.html

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

2018-07-09 Thread luke1410
Author: luke1410 Date: Mon Jul 9 21:18:50 2018 New Revision: 1835497 URL: http://svn.apache.org/viewvc?rev=1835497=rev Log: * docs/community-guide/releasing.part.html (#tarball-signing): Update following r1835195. Improve phrasing and apply minor corrections. Suggested by: danielsh

svn commit: r1835457 - /subversion/trunk/subversion/svn/svn.c

2018-07-09 Thread julianfoad
Author: julianfoad Date: Mon Jul 9 16:49:19 2018 New Revision: 1835457 URL: http://svn.apache.org/viewvc?rev=1835457=rev Log: Shelving: Cross-reference from 'svn shelf-diff' to 'svn diff'. * subversion/svn/svn.c (svn_cl__cmd_table): Add a note. Modified:

svn commit: r1835449 - /subversion/trunk/subversion/svn/shelf-cmd.c

2018-07-09 Thread julianfoad
Author: julianfoad Date: Mon Jul 9 16:31:26 2018 New Revision: 1835449 URL: http://svn.apache.org/viewvc?rev=1835449=rev Log: Fix 'svn shelf-diff' breakage in r1835446. * subversion/svn/shelf-cmd.c (shelf_diff, svn_cl__shelf_diff): Pass 'depth' and 'ignore_ancestry' arguments through.

svn commit: r1835446 - in /subversion/trunk/subversion: include/private/svn_client_private.h libsvn_client/diff.c libsvn_client/shelf.c

2018-07-09 Thread julianfoad
Author: julianfoad Date: Mon Jul 9 15:51:07 2018 New Revision: 1835446 URL: http://svn.apache.org/viewvc?rev=1835446=rev Log: Shelving: implement 'svn diff' on shelves. 'svn diff --cl=svn:shelf:SHELF' runs a diff on the shelf named SHELF. This is an alternative to the 'svn shelf-diff' command.

svn commit: r1835426 - in /subversion/trunk/subversion: include/private/svn_diff_tree.h libsvn_client/conflicts.c libsvn_client/diff.c libsvn_diff/diff_tree.c libsvn_wc/deprecated.c

2018-07-09 Thread julianfoad
Author: julianfoad Date: Mon Jul 9 14:27:03 2018 New Revision: 1835426 URL: http://svn.apache.org/viewvc?rev=1835426=rev Log: Remove an unused parameter. * subversion/include/private/svn_diff_tree.h, subversion/libsvn_diff/diff_tree.c (reverse_*, svn_diff__tree_processor_reverse_create):

svn commit: r1835411 - /subversion/trunk/subversion/libsvn_client/shelf.c

2018-07-09 Thread julianfoad
Author: julianfoad Date: Mon Jul 9 11:31:08 2018 New Revision: 1835411 URL: http://svn.apache.org/viewvc?rev=1835411=rev Log: Shelving: Don't hide errors. * subversion/libsvn_client/shelf.c (svn_client__shelf_diff): Don't suppress all 'file not found' errors. Modified:

svn commit: r1835407 - in /subversion/trunk: subversion/include/private/ subversion/libsvn_client/ subversion/svn/ subversion/tests/cmdline/ tools/client-side/

2018-07-09 Thread julianfoad
Author: julianfoad Date: Mon Jul 9 10:34:28 2018 New Revision: 1835407 URL: http://svn.apache.org/viewvc?rev=1835407=rev Log: Shelving: implement shelf diff summary mode. "svn shelf-diff --summarize" * subversion/include/private/svn_client_private.h, subversion/libsvn_client/client.h,

svn commit: r1835398 - in /subversion/trunk/subversion: include/private/svn_client_private.h include/svn_client.h libsvn_client/diff.c libsvn_client/shelf.c svn/shelf-cmd.c tests/cmdline/shelf_tests.p

2018-07-09 Thread julianfoad
Author: julianfoad Date: Mon Jul 9 09:53:37 2018 New Revision: 1835398 URL: http://svn.apache.org/viewvc?rev=1835398=rev Log: Shelving: Implement 'svn shelf-diff', issue SVN-4745. This is a first pass. It drives only the file methods in the diff processor API, not the open- and close-directory

svn commit: r1835396 - /subversion/trunk/subversion/tests/cmdline/diff_tests.py

2018-07-09 Thread julianfoad
Author: julianfoad Date: Mon Jul 9 09:39:12 2018 New Revision: 1835396 URL: http://svn.apache.org/viewvc?rev=1835396=rev Log: * subversion/tests/cmdline/diff_tests.py Remove accidentally duplicated import symbols. Modified: subversion/trunk/subversion/tests/cmdline/diff_tests.py