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

Re: CVS update: subversion/subversion/include svn_delta.h

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-02 23:53:17 CEST

> One answer is to have the various get_foo_editor() calls document
> different requirements for the editors they return. In other words,
> call sequence is not a property of editors in general, but of
> specific uses of editors.

Well, one of the cool things about the edit_fns concept from my
standpoint is that producers and consumers can be plugged together
more or less arbitrarily, and you can write shims which accept calls
from an arbitrary producer and relay those calls (modified, perhaps)
to an arbitrary consumer. For that to continue to be the case, you
have to code producers to the least common denominator of the
consumers.

But maybe that flexibility isn't necessary. I don't have a great feel
for critical that aspect of editors is to the subversion design.
Received on Sat Oct 21 14:36:09 2006

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.