[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: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2007-08-10 17:27:05 CEST

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.
 -- justin

---------------------------------------------------------------------
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:25:09 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.