Re: svn commit: r1442555 - /subversion/trunk/subversion/libsvn_repos/reporter.c

2013-02-06 Thread Ivan Zhakov
On Tue, Feb 5, 2013 at 7:20 PM, C. Michael Pilato wrote: > On 02/05/2013 06:55 AM, i...@apache.org wrote: >> Author: ivan >> Date: Tue Feb 5 11:55:17 2013 >> New Revision: 1442555 > > [...] > >> +++ subversion/trunk/subversion/libsvn_repos/reporter.c Tue Feb 5 11:55:17 >> 2013 > > [...] > >> +

Re: svn commit: r1442555 - /subversion/trunk/subversion/libsvn_repos/reporter.c

2013-02-05 Thread C. Michael Pilato
On 02/05/2013 06:55 AM, i...@apache.org wrote: > Author: ivan > Date: Tue Feb 5 11:55:17 2013 > New Revision: 1442555 [...] > +++ subversion/trunk/subversion/libsvn_repos/reporter.c Tue Feb 5 11:55:17 > 2013 [...] > + /* Is this delta calculation worth our time? We'll do everything we c

svn commit: r1442555 - /subversion/trunk/subversion/libsvn_repos/reporter.c

2013-02-05 Thread ivan
Author: ivan Date: Tue Feb 5 11:55:17 2013 New Revision: 1442555 URL: http://svn.apache.org/viewvc?rev=1442555&view=rev Log: Do not send empty text-delta for equal files in update reporter. * subversion/libsvn_repos/reporter.c (delta_files): Always use svn_repos__compare_files() function to ch