> -----Original Message-----
> From: cmpil...@apache.org [mailto:cmpil...@apache.org]
> Sent: vrijdag 20 mei 2011 3:32
> To: comm...@subversion.apache.org
> Subject: svn commit: r1125199 -
> /subversion/trunk/subversion/mod_dav_svn/reports/update.c
> 
> Author: cmpilato
> Date: Fri May 20 01:31:49 2011
> New Revision: 1125199
> 
> URL: http://svn.apache.org/viewvc?rev=1125199&view=rev
> Log:
> Remove a superfluous FS request for the MD5 checksum of every added
> file sent through mod_dav_svn's update editor.  As it turns out, the
> editor wasn't doing anything with the value, and the driver of the
> editor (the reporter logic) provides exactly that same checksum via
> the editor's close_file() interface anyway.

Nice one. Just traced it back to r845628 (or r5554) where the checksum argument 
was added to the close_file(). (The checksum was already fetched before it got 
that argument)

        Bert 


Reply via email to