You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2014/04/03 19:18:20 UTC

Re: svn commit: r1584114 [1/2] - in /subversion/trunk/subversion: include/ libsvn_fs/ libsvn_fs_base/ libsvn_fs_fs/ libsvn_fs_x/ libsvn_ra_local/ libsvn_repos/ mod_dav_svn/ svnserve/ tests/libsvn_fs/ tests/libsvn_ra/

Philip Martin wrote:

> URL: http://svn.apache.org/r1584114
> Log:
> Convert the new multi-path lock and unlock functions to a callback API,
> rename from _lock2 and _unlock2 to _lock_many and _unlock_many.

> Modified: subversion/trunk/subversion/include/svn_fs.h
> ==============================================================================

> /** Lock the paths in @a targets in @a fs, and set @a *results to the

The old 'results' parameter no longer exists.

Same in _unlock_many() and in the two similar svn_repos.h functions.

- Julian