You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/10/27 19:00:25 UTC

Re: svn commit: r22139 - in branches/ood-status-info/subversion: include libsvn_repos

On 10/27/06, pburba@tigris.org <pb...@tigris.org> wrote:
> Author: pburba
> Date: Fri Oct 27 11:56:41 2006
> New Revision: 22139
>
> Log:
> Cure(?) for cripplingly slow performance when finding deleted rev of ood path.
>
> * subversion/include/svn_repos.h
>   (svn_repos_deleted_rev): Update doc string (it's a bit more restrictive now).
>
> * subversion/libsvn_repos/rev_hunt.c
>   (svn_repos_deleted_rev): Reimplement using binary rather than linear search.

What if something was deleted multiple times?  Don't you risk finding
an older one by mistake?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org