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

Re: [PATCH] [Issue 1715] svn protocol extensions

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-27 04:25:18 CEST

On Sat, 2004-06-26 at 14:38, Peter N. Lundblad wrote:
> - I'm sending text deltas and no checksums. Should I? (Same question also
> applies to DAV. I will be consistent about this.)

get_file has no checksums, so I'd say no, it's probably not worth it.
Others might disagree, though.

> - Might be good to allow early cancelation as in the editor command set.
> Is this necessary or overkill?

If the API allows early cancellation (i.e. the consumer function can
cancel), then it's necessary. Otherwise, it's overkill. I don't think
your current API allows early cancellation, nor is it really important
for it to do so.

> Can we allow it in the future and preserve backwards compability if necessary?

I'm not quite sure of the sense of this question. If we don't put that
support into the protocol now, we could certainly add it later while
preserving backward compatibility, at the expense of a little work. But
I don't foresee us ever needing it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 27 04:26:44 2004

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.