On Fri, 2011-07-08, hwri...@apache.org wrote: > New Revision: 1144478 > > URL: http://svn.apache.org/viewvc?rev=1144478&view=rev > Log: > On the revprop-packing branch: > Rev the svn_stream_copy3() API and give it an argument which allows the caller > to specify the number of bytes to copy.
I notice we have about 24 existing callers of svn_stream_copy3(), and I don't suppose any of them want to specify the number of bytes to copy, so I think this might be better as a separate API with a new name rather than a revision of the existing API. - Julian