[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 18:24:23 CEST

On 8/10/07, Justin Erenkrantz <justin@erenkrantz.com> wrote:
> As such, I don't think you can call apply_textdelta *after* calling
> close_file - in fact, libsvn_wc (close_file in update_editor.c) would
> indeed break in this case - as it does the MD5 checksum there and if
> the file isn't updated yet, a checksum mismatch is thrown. So, no,
> I'm fairly sure that close_file() can only be called after the
> textdelta is complete - hence the earlier parallelization suggestion
> wouldn't work in practice (but perhaps in theory!).

Ergh. My bad. I see C-Mike said to run 'close_file' after
'apply_textdelta' - but the doc doesn't say that is permitted - but
I'm guessing that's an oversight in the doc.

Still, the presence of properties would stall the pipeline. -- 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 18:22:27 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.