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

Re: [PATCH] svn_fs_text_changed

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2003-11-26 05:09:12 CET

Actually it's even worse unless things had changed (perhaps the ra_dav
change that embbeds the delta in report response?)

Per my tests some time ago, I found the url to url diff was actually:
(see also http://www.contactor.se/~dast/svn/archive-2003-08/0071.shtml,
#518)

1. Get the delta of tree1 vs tree2 by do_diff
2. do_diff found there's no vsn for the base revision, it fetches the
target fulltext.
3. diff_editor then fetches the source fulltext

On Wed, 2003-11-26 at 09:30, C. Michael Pilato wrote:
> Okay, my original report did contain some misdiagnosis. I forgot that
> a URL-to-URL diff was:
>
> 1. Get the fulltext of tree 1.
> 2. Get the delta from tree 1 to tree 2, applied to tree 1 to
> produce tree 2.
> 3. Contextually diff tree 1 vs. tree 2.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 26 05:12:12 2003

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.