You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2019/01/31 16:39:24 UTC

svn propchange: r1852536 - svn:log

Author: julianfoad
Revision: 1852536
Modified property: svn:log

Modified: svn:log at Thu Jan 31 16:39:24 2019
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Jan 31 16:39:24 2019
@@ -1,5 +1,10 @@
 In the updated delta editor path driver, ensure paths are relpaths.
 
+This also fixes a bug with '/'-prefixed paths in svn_delta_path_driver2(). A
+path given as the string "/" was handled as a regular path (first open the
+editor root, then call the callback passing it the root parent-dir-baton)
+rather than as a root path.
+
 * subversion/include/svn_delta.h
   (svn_delta_path_driver_cb_func2_t,
    svn_delta_path_driver3,