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

RE: log-report with conflicting revision range and limit

From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 23 Sep 2014 12:24:07 +0200

> -----Original Message-----
> From: Johan Corveleyn [mailto:jcorvel_at_gmail.com]
> Sent: dinsdag 23 september 2014 10:04
> To: Elias Wulcan
> Cc: users_at_subversion.apache.org
> Subject: Re: log-report with conflicting revision range and limit
>
> On Tue, Sep 23, 2014 at 9:35 AM, Elias Wulcan <Elias.Wulcan_at_apptus.com>
> wrote:
> > Hello,
> >
> >
> >
> > I’m trying to figure out why a client is extremely slow fetching subversion
> > history. Here’s an excerpt from its TCP traffic with the repository.
> >
> >
> >
> > REPORT /products/ecom/!svn/bc/16411/x/branches/z HTTP/1.1
> >
> > Host: a.b.local
> >
> > Authorization: Basic XXXXXXXXX
> >
> > User-Agent: SVN/1.8.10 (x64-microsoft-windows) serf/1.3.7
> >
> > Content-Type: text/xml
> >
> > Accept-Encoding: gzip
> >
> > DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
> >
> > DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
> >
> > DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
> >
> > Transfer-Encoding: chunked
> >
> >
> >
> > 151
> >
> > <S:log-report
> > xmlns:S="svn:"><S:start-revision>16411</S:start-revision><S:end-
> revision>1</S:end-revision><S:limit>12</S:limit><S:discover-changed-
> paths></S:discover-changed-paths><S:include-merged-
> revisions></S:include-merged-
> revisions><S:revprop>svn:author</S:revprop><S:revprop>svn:date</S:revp
> rop><S:revprop>svn:log</S:revprop><S:path
> >
> > 48

The most interesting tag in here is '><S:include-merged-revisions></S:include-merged-revisions>'

The limit and range are applied on the revisions retrieved, and then *all merged revisions* are included. In some cases this can be a very large range of merged revisions.

        Bert
Received on 2014-09-23 12:24:56 CEST

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

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