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

Re: Asynchronous delta editor and error handling

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-10-26 02:57:06 CET

On Sat, 2003-10-25 at 09:27, Ben Collins-Sussman wrote:
> Perhaps we should just define an editor to allow asynchronous
> operations on a very small subset of functions.... in particular, just
> open/add_file(), apply_txdelta(), and close_file(). Nothing else. If

That's what we already have, in ra_svn. (File errors are deferred until
close_file(), and directory errors which don't have to do with files are
deferred until close_directory().)

> we fail to transmit file1 (and don't realize it yet), that doesn't
> affect our ability to transmit file2.

I'm not sure what you mean here. Are you saying you think it's
important to be able to continue an edit after an editing operation has
returned an error?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 26 02:57:55 2003

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.