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

[PATCH] dir_delta content check

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2003-11-26 06:14:20 CET

Revised patch with cmpilato's comments and additional md5 check.

Avoid dir_delta from calling apply_textdelta that is actually noop
with ignore_ancestry is on. This makes many things work better in the
case of two mutually merged branches, since editors now know the
source and target stream are the same without having to construct the
fulltext from the noop txdelta. svn diff the two branches will no
longer show a lot of empty diffs.

* libsvn_repos/delta.c
  (compare_files): New.
  (delta_files): Use compare_files instead of svn_fs_contents_changed
  with ignore_ancestry is on.

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

Received on Wed Nov 26 06:17:28 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.