On 9. 5. 25 03:57, Branko Čibej wrote:
The more I look at this change, the more I wonder if svn_client_patch() should be deprecated at all. It's clearly a useful bit of code, since we can use it in our command-line implementation. It's also far easier to use by third parties if they're not doing something complicated. There's no reason to not have both svn_client_patch() and svn_client_patch2() in the non-deprecated API.
Although in that case it could be svn_client_patch_stream() or something like that. And could use our stream API, if that makes any kind of sense.
-- Brane