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

Re: ra_serf violating editor API restrictions

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-08-10 17:32:41 CEST

On 8/10/07, Justin Erenkrantz <justin@erenkrantz.com> wrote:
> On 8/10/07, C. Michael Pilato <cmpilato@collab.net> wrote:
> > I think you need to read the full text of the editor API. The editor
> > explicitly permits the concept of "post-fix textdeltas". This is a special
> > allowance that says that once a file baton is opened, you don't have to
> > close it until just before finishing the edit. In other words, the
> > following is allowed:
>
> No, it's not. This method doesn't account for the presence of
> directory properties. So, you can't follow this suggestion and adhere
> to this particular editor constraint. IOW, we have to fetch directory
> properties before the close_directory() calls are made - and that
> again returns us back to blocking and serializing over one connection.

It doesn't necessarily seem to me that bottlenecking on
change_dir_prop is such a big deal... it's not like they are going to
be the bulk of the checkout, no?

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 10 17:30:50 2007

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.