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

Re: Branko Čibej: VCDIFF patch

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-06 18:53:40 CEST

Actually, let me go a little further and propose a simple Milestone 1
workaround: I will #ifdef out the code in svn_txdelta_next_window()
which invokes svn_txdelta__vdelta(), and have it spit out a degenerate
window instead (one operation, insert new text). The XML generator
already knows out to deal with such windows by outputting the text,
and the XML parser currently expects full text, so that should make
everything work.

(Without this change, we have a problem; libsvn_wc currently generates
optimized windows which we have no way to marshal and unmarshal.)

Sound okay to people?
Received on Sat Oct 21 14:36:10 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.