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

Re: recursion in ensure_uniform_revisions

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-10-18 20:16:42 CEST

On Thu, Oct 18, 2001 at 01:11:11PM -0500, Ben Collins-Sussman wrote:
> Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
>
> > > * if the editor receives a change that is *below* the editor's
> > > 'target', and nonrecursive is set, then ignore the change.
> >
> > Well I did this part a little differently. I actually pass the recurse arg
> > all the way through the reporter to svn_repos_dir_delta. That way, we only
> > tell the server about immediate children, and the server only tells us about
> > immediate children.
>
> Whoa there; that's a huge change. Did you actually rewrite
> svn_repos_dir_delta? Last I heard, this function was incapable of
> acting nonrecursively. If so, major kudos to you. That's a big chunk
> of work!
>
Yes I did :) Actually the hard part wasn't re-writing svn_repos_dir_delta.
The hard part was getting the argument to it via both ra_local and ra_dav.

Done now though. Just attempting to write a monster log message.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:45 2006

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.