svn commit: r1852349 - /subversion/trunk/subversion/libsvn_client/wc_editor.c

2019-01-28 Thread julianfoad
Author: julianfoad Date: Mon Jan 28 12:22:58 2019 New Revision: 1852349 URL: http://svn.apache.org/viewvc?rev=1852349=rev Log: In the WC-mods-editor: fix properties handling; simplify. Handle property changes correctly. Previously, property deletions were ignored. Simplify by applying incoming

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

2019-01-28 Thread julianfoad
Author: julianfoad Date: Mon Jan 28 14:43:33 2019 New Revision: 1852377 URL: http://svn.apache.org/viewvc?rev=1852377=rev Log: Fix 'unshelve' of property mods. Found by: stsp * subversion/libsvn_client/shelf.c (path_driver_cb_func): Open the correct directory before trying to apply its

svn commit: r1852379 - /subversion/trunk/subversion/libsvn_delta/path_driver.c

2019-01-28 Thread julianfoad
Author: julianfoad Date: Mon Jan 28 15:18:55 2019 New Revision: 1852379 URL: http://svn.apache.org/viewvc?rev=1852379=rev Log: Fix a regression in the svn_delta_path_driver2(). Introduced in r1851738. * subversion/libsvn_delta/path_driver.c (svn_delta_path_driver_step): Restore predictable

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

2019-01-28 Thread julianfoad
Author: julianfoad Date: Mon Jan 28 15:53:30 2019 New Revision: 1852384 URL: http://svn.apache.org/viewvc?rev=1852384=rev Log: * subversion/libsvn_client/shelf.c (shelf_name_from_filename): Use consistent data types. Modified: subversion/trunk/subversion/libsvn_client/shelf.c Modified:

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

2019-01-28 Thread julianfoad
Author: julianfoad Date: Mon Jan 28 15:45:40 2019 New Revision: 1852382 URL: http://svn.apache.org/viewvc?rev=1852382=rev Log: * subversion/libsvn_client/shelf.c (path_driver_cb_func): Always initialize the 'dir baton' output parameter, as other implementations of this callback type do,

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

2019-01-28 Thread julianfoad
Author: julianfoad Date: Mon Jan 28 15:50:48 2019 New Revision: 1852383 URL: http://svn.apache.org/viewvc?rev=1852383=rev Log: * subversion/libsvn_client/shelf.c (path_driver_cb_func): Fix the build, following r1852382. Modified: subversion/trunk/subversion/libsvn_client/shelf.c Modified:

svn commit: r1852393 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/shelf.c

2019-01-28 Thread julianfoad
Author: julianfoad Date: Mon Jan 28 17:44:06 2019 New Revision: 1852393 URL: http://svn.apache.org/viewvc?rev=1852393=rev Log: Make the new shelf-replay-to-delta-editor API public (experimental). * subversion/include/svn_client.h, subversion/libsvn_client/shelf.c (svn_client__shelf_apply):

svn commit: r1852345 - /subversion/trunk/subversion/include/svn_delta.h

2019-01-28 Thread julianfoad
Author: julianfoad Date: Mon Jan 28 11:26:11 2019 New Revision: 1852345 URL: http://svn.apache.org/viewvc?rev=1852345=rev Log: * subversion/include/svn_delta.h (svn_delta_editor_t): Fix param name in docs. Modified: subversion/trunk/subversion/include/svn_delta.h Modified: