You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Fuhrmann <st...@wandisco.com> on 2015/03/23 13:48:43 UTC

FS API changes

Hi there,

As a result of the 1.9 API review, there are two changes,
I'd like to make to the FS API before releasing it.

1. Rename svn_fs_node_same (in svn_fs_node_relation_t)
   to svn_fs_node_unchanged. This captures the API user's
   intention and does not leak FS-internal concepts.

2. Make svn_fs_dir_optimal_order() use 2 pools arguments.
   New functions should comply with the 2-pool paradigm
   and this change is not complex.

If there are no objections, I'll commit those changes around
Thursday this week.

-- Stefan^2.