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

Re: mod_dav_svn enhancement idea

From: John Belmonte <john_at_neggie.net>
Date: 2005-05-08 15:42:09 CEST

Ben Collins-Sussman wrote:
>
> On May 7, 2005, at 9:49 PM, Michael Sinz wrote:
>
>>
>> BTW - I really wish svn log --limit existed in the 1.1.x - it would
>> really
>> be a life-saver for those larger repositories.
>>
>
> Not possible to backport to 1.1.x, because
>
> * patch releases are bugfixes only, not for adding new features, and
>
> * it involves an API change, which guarantees that it must be in a
> minor release.
>
> Those 'larger repositories' will just have to upgrade to svn 1.2 next
> week. :-)

Except that the current implementation of --limit in 1.2 doesn't seem to
provide any better performance than doing a full log and filtering the
result (see http://subversion.tigris.org/issues/show_bug.cgi?id=2290).
This is a shame-- I would really like to use this for interfaces to log
that are simple and efficient (e.g. dynamically generate the RSS feed of
changes on a path by sending "svn log --limit 10 --xml TARGET" through
an appropriate XSLT).

--John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 8 15:43:05 2005

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.