Dear Wiki user, You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.
The "Svn19ApiReview" page has been changed by StefanFuhrmann: https://wiki.apache.org/subversion/Svn19ApiReview?action=diff&rev1=10&rev2=11 Comment: Add complete lists of reviewed and TODO headers ---- == Needs Review == + + The following 1.9 headers contain non-trivial changes against 1.8: + + . mod_dav_svn.h + . svn_cmdline.h + . svn_config.h + . svn_diff.h + . svn_error.h + . svn_io.h + . svn_mergeinfo.h + . svn_ra.h + . svn_ra_svn.h + . svn_string.h + . svn_version.h + . svn_wc.h + ---- == Reviewed But Need Further Attention == === svn_client.h === @@ -15, +31 @@ * `svn_client_cleanup` — Missing SVN_DEPRECATED annotation. === svn_dirent_uri.h === - * `svn_relpath_limit` — Is this really a good public API, either in functionality or in name? I suggest it should be a local function in the one file where it's used, or else made private and named 'svn_relpath__first_n_components'. + * `svn_relpath_limit` — Is this really a good public API, either in functionality or in name? I suggest it should be a local function in the one file where it's used, or else made private and named `svn_relpath__first_n_components`. === svn_fs.h === * `svn_fs_commit_txn` — Is the `SVN_FS_TXN_CLIENT_DATE` behavior still as described? Do we want to mention here that this is a 1.9 extension? @@ -39, +55 @@ ---- == Review Completed! == - Nothing yet. + The following 1.9 header contain only minor changes against 1.8. Those changes seem to be o.k. Reviewed by stefan2. + + . svn_auth.h + . svn_compat.h + . svn_cache_config.h + . svn_checksum.h + . svn_delta.h + . svn_error_codes.h + . svn_hash.h + . svn_iter.h + . svn_opt.h + . svn_path.h + . svn_sorts.h + . svn_xml.h +
