> On Wed, Nov 20, 2013 at 6:00 PM, Julian Foad wrote: >>> + SVN_INT_ERR(svn_mutex__lock(object_pool->mutex)); >> >> This doesn't do quite what you might think. (And it's doc string is not >> clear about this.) It also prints out the error message. [...]
I'll update the doc string for clarity. I'm also going to mark this macro as deprecated, since it no longer suits the needs of any of own command-line programs and it is not really useful to any third-party either, mainly because it always writes 'svn:' as the prefix. Committed r1544142. - Julian