You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Hudson <gh...@MIT.EDU> on 2003/02/01 17:51:43 UTC

Re: svn commit: rev 4693 - trunk/subversion/libsvn_wc

On Fri, 2003-01-31 at 18:44, kfogel@tigris.org wrote:
> * subversion/libsvn_wc/adm_crawler.c
>   (svn_wc_transmit_text_deltas): Convert to new apply_text interface.

Doesn't this change cause us to never use text deltas on commit?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4693 - trunk/subversion/libsvn_wc

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Greg Hudson <gh...@MIT.EDU> writes:
> On Fri, 2003-01-31 at 18:44, kfogel@tigris.org wrote:
> > * subversion/libsvn_wc/adm_crawler.c
> >   (svn_wc_transmit_text_deltas): Convert to new apply_text interface.
> 
> Doesn't this change cause us to never use text deltas on commit?

How?

(Are you thinking that `apply_text' is a fulltext version of
`apply_textdelta'?  That's not the case; apply_text takes two input
streams precisely so it can generate text deltas.)

Or is it something else?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org