Re: Ev2 and text deltas

2011-09-02 Thread Greg Stein
On Fri, Sep 2, 2011 at 17:31, Hyrum K Wright wrote: > On Fri, Sep 2, 2011 at 4:17 PM, Greg Stein wrote: >... >> Hyrum -- was your question answered? In particular, my thoughts around >> using set_text() rather than deltas is best explained by this message >> in the thread Stefen referenced: >>  h

Re: Ev2 and text deltas

2011-09-02 Thread Hyrum K Wright
On Fri, Sep 2, 2011 at 4:17 PM, Greg Stein wrote: > On Thu, Sep 1, 2011 at 17:17, Stefan Sperling wrote: >> On Thu, Sep 01, 2011 at 01:49:18PM -0500, Hyrum K Wright wrote: >>> Quick question: is there a method via Ev2 to set text deltas?  I see >>> svn_editor_set_text(), but that appears to just

Re: Ev2 and text deltas

2011-09-02 Thread Greg Stein
On Thu, Sep 1, 2011 at 17:17, Stefan Sperling wrote: > On Thu, Sep 01, 2011 at 01:49:18PM -0500, Hyrum K Wright wrote: >> Quick question: is there a method via Ev2 to set text deltas?  I see >> svn_editor_set_text(), but that appears to just apply full texts to >> the target (via the given stream)

Re: Ev2 and text deltas

2011-09-01 Thread Stefan Sperling
On Thu, Sep 01, 2011 at 01:49:18PM -0500, Hyrum K Wright wrote: > Quick question: is there a method via Ev2 to set text deltas? I see > svn_editor_set_text(), but that appears to just apply full texts to > the target (via the given stream), rather than text deltas. This > seems odd. Why wouldn't

Ev2 and text deltas

2011-09-01 Thread Hyrum K Wright
Quick question: is there a method via Ev2 to set text deltas? I see svn_editor_set_text(), but that appears to just apply full texts to the target (via the given stream), rather than text deltas. This seems odd. Why wouldn't we use text deltas instead of a simple stream? Also, after reading the