-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1.x
-
Fix Version/s: 1.2.0
-
Component/s: mod_dav_svn
-
Labels:None
Josh Pieper noticed that 'svn diff' (which is using the old, don't-"send-all" update REPORT mode) is getting back from the server both <txdelta> stuffs *and* a <fetch-file> directive, causing it to drive the diff editor's apply_textdelta() function twice for each file. That's a violation of the editor contract.