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

Re: Possible skelta weirdness in mod_dav_svn responses.

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-04-01 19:36:30 CEST

Josh Pieper <jjp@pobox.com> writes:

> If you run:
>
> svn diff -r1:2 http://svn.collab.net/repos/svn
>
> using /trunk svn and look at the DAV response you will see that it has
> both a <txdelta> tag and a <fetch-file> tag.
>
> ...
> <S:txdelta>U1ZOAA==
> </S:txdelta><S:fetch-file base-checksum="e34baf2a1f5018f69b5a3ba4de71c069"/>
> ...
>
> This causes mod_dav_svn to call apply_textdelta twice on the same
> file, a violation of our editor ordering constraints. Talking with
> sussman on IRC, he indicated that this might be latent buggy behavior,
> brought to the surface by cmpilato's recent changes to fix timeouts in
> merge/diff by requesting skeltas.
>
> cmpilato, any insights into this odd behavior?

My thoughts are that this, and a somewhat related bug, have just been
fixed in trunk by myself. (See issues #2258 and #2259.)

Thanks for the report.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 1 19:42:14 2005

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.