On Tue, Sep 23, 2014 at 10:03:30AM +0200, Johan Corveleyn wrote: > > Even though there is an S:limit element in the request the repository > > responds with what seems like an endless stream of S:log-item elements. Is > > the use of S:limit combined with a much larger revision range through > > S:start-revision end S:end-revision allowed? Is it something else in the > > request that I am missing that causes the limit to be broken? Is the client > > misbehaving? Is the server misbehaving? > > > > What server version?
I'd like to know that bit of information, too. > Older server versions do not have support for 'limit'-ed log requests > (I think it was introduced in server version 1.5). So if a client > talks to an older server, the server will send everything, and the > client filters it out on the client side. Support for limiting log requests in mod_dav_svn was introduced 10 years ago (r851229). Perhaps you were thinking of --depth? That doesn't apply to log, however.