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

Re: Change #6: Move textdeltas to the "other side" of the editor.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2001-01-21 07:25:44 CET

[As corrected by Greg Stein:]
> set_file_contents (filebaton, [src_stream], target_stream)
> apply_delta (filebaton, [src_stream], delta, enum delta_type)

What use is there for src_stream?

delta is a byte stream, yes?

Why can't set_file_contents be just a case of apply_delta with a
delta_type of "new plain text"?
Received on Sat Oct 21 14:36:19 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.