[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1293229 - /subversion/trunk/subversion/libsvn_repos/log.c

From: Paul Burba <ptburba_at_gmail.com>
Date: Fri, 24 Feb 2012 14:27:05 -0500

On Fri, Feb 24, 2012 at 12:08 PM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
> Bert Huijben <bert_at_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
Received on 2012-02-24 20:27:37 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.