Change #6: Move textdeltas to the "other side" of the editor.
From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2001-01-20 03:38:19 CET
Change #6: Move textdeltas to the "other side" of the editor.
Status Quo:
The driver of an editor takes a source and target stream, puts them
Proposed Change:
Move this process to the other side of the interface, into the
Specifically:
apply_delta (filebaton, [src_stream], target_stream)
apply_delta() sends svndiff deltas.
It becomes the obligation of the editor implementation to
Rationale:
It's too restrictive to force every editor implementation to accept
The reason [src_stream] is optional is that it may be NULL; this
(Greg and Jim, did I get this explanation totally wrong? My notes
|
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.