On Fri, Feb 24, 2012 at 12:08 PM, Philip Martin <philip.mar...@wandisco.com> wrote: > Bert Huijben <b...@vmoo.com> writes: > >> Has this more impact than just svn log -g? >> >> Is this used internally in the merge calculation?
The merge tracking logic does make use of svn_ra_get_log2, which of course means that svn_repos_get_logs4 and ultimately send_log is hit. All of the merge calls however are with svn_ra_get_log2(...include_merged_revisions=FALSE...), which means that offending block fixed in r1293229 is never executed. Paul > I don't think so, only things that call svn_repos_get_logs4 are > affected. > > -- > uberSVN: Apache Subversion Made Easy > http://www.uberSVN.com