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

Re: Plugin-support for new diff/merge-algorithms?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Fri, 25 Jan 2008 21:45:09 +0100

On Jan 25, 2008 8:25 AM, Hansson, Jonas (94270.) <jhanss22_at_volvocars.com> wrote:
> The --diff-cmd specifies external programs for showing differences. My
> question was more related to if it is possible to extend subversion to
> store differences differently. The concerned files are in XML format
> where line based diffs often are a poor solution.

Subversion internally stores differences (on the server as well as
transmission over the network) using vdelta and xdelta binary
differences. When you use diff or merge, a completely orthogonal
algorithm kicks in which can only be applied to texty files, meaning
that Subversion will - heuristically - try to determine textiness of
files before it uses those algorithms.

Don't be affraid: a lot of thought has gone into Subversion (and still
goes into it); we're working hard to store your data as efficiently as
possible and we're still searching for better ways to do it. Just
install it and upgrade every now and then and you'll benefit from our
research. No need to do you own (unless you -ofcourse- want to
contribute some back to the community).

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-25 21:45:34 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.